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