Marquee Band

A horizontally scrolling announcement band. Content is automatically duplicated for a seamless infinite loop. Animation pauses on hover by default.

core/marquee-band

Installation

1 · Add registry to components.json

2 · Install component

Examples

Default

Pausable marquee with custom items and markers.

Sizes

Three available size variants: sm, default, lg.

API Reference

PropTypeDescription
size
"sm" | "default" | "lg"Controls vertical padding of the band.
duration
numberFull scroll cycle duration in seconds.
pauseOnHover
booleanPauses the animation while the user hovers over the band.
repeat
numberHow many times to duplicate children for a seamless loop.