사용법
TiltCardSpotlightSurfaceTextScrambleDotGridFieldClipReveal
인터페이스
MarqueeProps
| 속성 | 타입 | 기본값 | 설명 |
|---|---|---|---|
| speed | "slow" | "normal" | "fast" | normal | 속도 |
| direction | "left" | "right" | left | 방향 |
| pauseOnHover | boolean | true | 호버 시 일시정지 |
| className | string | — | 루트 클래스 |
| style | CSSProperties | — | 인라인 스타일·CSS 변수 |
Marquee 컴포넌트 Props 표
가져오기
모션 CSS는 @goldtreedev/ui/motion.css를 함께 import해요.
@import "@goldtreedev/ui/motion.css";
import { Marquee } from "@goldtreedev/ui";