Installation
pnpm dlx shadcn@latest add @spell/text-marqueeExamples
Speed
Usage
import { TextMarquee } from "@/components/text-marquee";<TextMarquee>
<p>Tomato</p>
<p>Apple</p>
<p>Carrot</p>
<p>Lettuce</p>
<p>Onion</p>
</TextMarquee>Props
| Prop | Type | Default |
|---|---|---|
children | React.ReactNode[] | - |
speed | number | 1 |
height | number | 200 |
prefix | React.ReactNode | - |
className | string | - |