Bezier Animation with props
Loading preview...
import { BezierAnimation } from "@/components/ui/bezier-animation"; export default function DemoOne() { return <BezierAnimation />; }