This is s simple reusable Path morphing component
npx shadcn@latest add https://21st.dev/r/itsankitverma/path-morphing
Loading preview...
import { PathMorphing } from "@/components/ui/path-morphing"; export default function DemoOne() { return <PathMorphing />; }