Word rotation carousel with multiple animation styles.
npx chaos add rotate-textimport { RotateText } from '@/components/chaos/text/rotate-text';
<RotateText prefix="I am" words={['CHAOS', 'DESTRUCTION', 'POWER']} />
<RotateText words={['BUILD', 'BREAK', 'REPEAT']} animation="flip" highlight />
<RotateText prefix="We" words={['CREATE', 'DESTROY']} suffix="." bracket />