Components
A serene, generative celestial light show rendered on HTML5 canvas with React. Particles flow in organic Perlin-noise patterns, leaving subtle trails and a soft glow that shifts hue over time. Ideal for immersive hero sections, ambient backgrounds, or generative-art overlays.
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/cosmic-auroraLoading preview...
import AuroraCanvas from "@/components/ui/cosmic-aurora";
export default function DemoOne() {
return <AuroraCanvas />;
}