Here is Animated Text component
import AnimatedText from "@/components/ui/animated-text"; export default function Example() { return ( <AnimatedText text="Welcome to the Future" className="text-4xl font-bold" animationType="letters" staggerDelay={0.08} duration={0.6} /> ); }
Part of Bundui — browse the full library on 21st.dev.