Marquee
A Marquee component from the Sigil design system.
Import
import { Marquee } from "@sigil-ui/components";Preview
Usage
<Marquee>...</Marquee>Props
| Prop | Type | Default | Description |
|---|---|---|---|
direction | `"left" | "right" | "up" |
duration | number | 30 | Animation duration in seconds. |
pauseOnHover | boolean | true | Pause on hover. |
repeat | number | 2 | Number of content copies for seamless loop. |
gap | string | 1rem | Gap between items. |