Components
Loading preview...
A full-screen, generative art display that simulates the soft, flowing lights of the aurora borealis. Drifting orbs of color blend together to create a calm, mesmerizing, and ever-changing visual background.
@dhiluxui
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/ambient-auroraimport AuroraCanvas from "@/components/ui/ambient-aurora";
export default function DemoOne() {
return (
<div className="aurora-container">
<AuroraCanvas />
</div>
);
}