import { Button } from "@/components/ui/button";
import Snowfall from "./snowfall";
export default function SnowfallBackgroundExample() {
return (
<Snowfall className="flex aspect-4/2 items-center justify-center">
<div className="z-10 space-y-4 text-center lg:space-y-6">
<h4 className="text-2xl font-semibold text-black/80 lg:text-3xl dark:text-white/80">
Bundui Components
</h4>
<Button>Discover Excellence</Button>
</div>
</Snowfall>
);
}
npx shadcn@latest add @bundui/snowfall-animationimport { SnowfallAnimation } from "@/components/snowfall-animation"<SnowfallAnimation />