Components
Loading preview...
A text roll component that rotates each character, fully customizable for nice text animations.
@motion-primitives
npx shadcn@latest add https://21st.dev/r/ibelick/text-rollimport { TextRoll } from '@/components/ui/text-roll';
export function TextRollBasic() {
return (
<TextRoll className='text-4xl text-black dark:text-white'>
motion-primitives
</TextRoll>
);
}