Components
Loading preview...
Reusable animated bg component
@avanishverma4
npx shadcn@latest add https://21st.dev/r/avanishverma4/animated-backgroundimport Component from "@/components/ui/animated-background";
export default function AuroraDemo() {
return <Component />;
}