Animated gradient text with customizable colors and direction.
npx chaos add gradient-textimport { GradientText } from '@oalacea/chaosui/text/gradient-text';
<GradientText>RAINBOW</GradientText>
<GradientText colors={['#ff0040', '#ff00ff']} speed={5}>NEON</GradientText>
<GradientText direction="vertical">FLOW</GradientText>