Components
Loading preview...
The component creates that beautiful expanding leaf animation effect with the blur filters and color mixing
npx shadcn@latest add https://21st.dev/r/designali-in/animated-leavesimport { AnimatedLeaves } from "@/components/ui/animated-leaves";
export default function DemoOne() {
return (
<AnimatedLeaves />
)
}