Text Animation
npx shadcn@latest add https://21st.dev/r/minhxthanh/text-animation
Loading preview...
import { Component } from "@/components/ui/text-animation"; const DemoOne = () => { return <Component />; }; export { DemoOne };