A text roll component that rotates each character, fully customizable for nice text animations.
import { TextRoll } from '@/components/ui/text-roll'; export function TextRollBasic() { return ( <TextRoll className='text-4xl text-black dark:text-white'> motion-primitives </TextRoll> ); }
Part of Motion Primitives — browse the full library on 21st.dev.