Nhatcapdang

Marquee

A marquee component that scrolls text horizontally, Marquee is a client-side React component that scrolls text horizontally or vertically.

Usage

Installation

npx shadcn@latest add @nhatcapdang/marquee
yarn dlx shadcn@latest add @nhatcapdang/marquee
pnpm dlx shadcn@latest add @nhatcapdang/marquee

Props

PropTypeDefaultDescription
reversebooleanfalseWhether to reverse the animation direction
pauseOnHoverbooleanfalseWhether to pause the animation on hover
verticalbooleanfalseWhether to animate vertically instead of horizontally
repeatnumber4Number of times to repeat the content

On this page