Marquee
A marquee component that scrolls text horizontally, Marquee is a client-side React component that scrolls text horizontally or vertically.
Usage
Installation
Props
| Prop | Type | Default | Description |
|---|---|---|---|
reverse | boolean | false | Whether to reverse the animation direction |
pauseOnHover | boolean | false | Whether to pause the animation on hover |
vertical | boolean | false | Whether to animate vertically instead of horizontally |
repeat | number | 4 | Number of times to repeat the content |