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.
import AuroraCanvas from "@/components/ui/ambient-aurora"; export default function Demo() { return ( <div className="h-screen w-screen"> <AuroraCanvas /> </div> ); }