ReUI
Components

Marquee

A marquee component continuously scrolls text, images, or videos in an infinite loop, with customizable speed, direction, and responsive design for engaging displays.

Installation

pnpm dlx shadcn@latest add https://reui.io/r/marquee.json

Examples

Default

Loading

Vertical

Loading

3D

Loading

API Reference

PropTypeDefault
className string
reverse booleanfalse
pauseOnHover booleanfalse
children ReactNode
vertical booleanfalse
repeat number4
autoFill boolean
ariaLabel string
ariaLive 'off' | 'polite' | 'assertive''off'
ariaRole string'marquee'

Credits