Components
An animated full-screen WebGL hero background with satin-dark aurora ribbons, pearlescent sheen, film grain, and cursor-driven depth, with slots for title, subtitle, and description.
Loading preview...
import { SilkAurora } from "@/components/ui/silk-aurora";
export default function SilkAuroraDemo() {
return (
<SilkAurora
title="Silk Aurora"
subtitle="Premium Atmosphere"
description="A satin-dark WebGL background with aurora ribbons, pearlescent highlights, fine grain, and cursor-driven depth."
/>
);
}