Components
Loading preview...
Component displays interactive text where individual letters animate with 3D effects, scaling
@jatin-yadav05
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/scale-letterimport Component from "@/components/ui/scale-letter";
export default function DemoOne() {
return <Component />;
}