Carregando…
Carregando…
Carregando…Infinite scrolling marquee ticker with speed, size and repeat controls.
$ npx kikitocn add marquee-textimport { MarqueeText } from "@/components/ui/cn/marquee-text/MarqueeText";
export function MarqueeTextExample() {
return (
<MarqueeText />
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
text* | string | — | Texto a ser exibido em loop |
speed | number | 40 | Velocidade de rolagem (px/s) |
size | 'sm' | 'md' | 'lg' | 'xl' | 'md' | Tamanho do texto |
repeat | number | 3 | Repetições do texto na faixa |
className | string | — | Classes CSS extras |
Marquee Text — infinite scrolling ticker