Components
Loading preview...
Here is Animated Text component
@bundui
npx shadcn@latest add https://21st.dev/r/bundui/animated-textimport AnimatedGradientText from "@/components/ui/animated-text";
export default function AnimatedGradientTextExample() {
return <AnimatedGradientText text="Thinking..." className="font-semibold lg:text-2xl" />;
}