Components
Loading preview...
A smooth SVG text animation component that creates a mesmerizing path drawing effect
npx shadcn@latest add https://21st.dev/r/minhxthanh/svg-path-drawing-text-animationimport PathAnimation from "@/components/ui/svg-path-drawing-text-animation";
const DemoOne = () => {
return <PathAnimation />;
};
export { DemoOne };