@brickslab/ui-web
Infinite scroll component for horizontal or vertical marquee effects. Automatically repeats content with smooth CSS animation. Perfect for displaying logos, testimonials, or scrolling text.
Aperçu
Basic Horizontal Marquee
With Pause on Hover
Reverse Direction
Vertical Marquee
Props Table
| Prop | Type | Défaut | Requis | Description |
|---|---|---|---|---|
children | React.ReactNode | — | ✓ | Content to scroll infinitely. |
reverse | boolean | false | — | Reverse scroll direction. |
pauseOnHover | boolean | false | — | Pause animation on hover. |
vertical | boolean | false | — | Scroll vertically instead of horizontally. |
repeat | number | 3 | — | Number of times to repeat content. |
className | string | — | — | Additional CSS class for custom styling. |