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