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