Components
Loading preview...
Text Animation component to make the shadow colors match the text color with lower opacity,
npx shadcn@latest add https://21st.dev/r/designali-in/text-aimationimport { TextAnimation } from "@/components/ui/text-aimation";
export default function DemoOne() {
return <TextAnimation text="21st.dev" />;
}