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