Snowfall Animation

PreviousNext

Enhance your website with the peaceful atmosphere of the Snowfall Animation Background. Create a captivating design with gently falling snowflakes for a serene and wintery experience.

Docs
bunduicomponent

Preview

Loading preview…
examples/motion/backgrounds/snowfall-animation/01/page.tsx
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>
  );
}

Installation

npx shadcn@latest add @bundui/snowfall-animation

Usage

import { SnowfallAnimation } from "@/components/snowfall-animation"
<SnowfallAnimation />