Components
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-leavesLoading preview...
import { AnimatedLeaves } from "@/components/ui/animated-leaves";
export default function DemoOne() {
return (
<AnimatedLeaves />
)
}