사용법
링크에 포인터를 올리거나 초점을 이동하면 텍스트가 위로 굴러가요.
인터페이스
TextRollNavigationProps
| 속성 | 타입 | 기본값 | 설명 |
|---|---|---|---|
| items* | readonly TextRollNavigationItem[] | — | 내비게이션 항목 |
| label | string | 주요 메뉴 | 내비게이션 접근성 라벨 |
| className | string | — | 루트 클래스 |
| style | CSSProperties | — | 인라인 스타일·CSS 변수 |
TextRollNavigation 컴포넌트 Props 표
가져오기
모션 CSS는 @goldtreedev/ui/motion.css를 함께 import해요.
@import "@goldtreedev/ui/motion.css";
import { TextRollNavigation } from "@goldtreedev/ui";