Back to Components웨이팅리스트 등록
Pro 플랜 컴포넌트
곧 출시됩니다! 웨이팅리스트에 등록하고 소식을 받아보세요.
A premium card component that displays a spotlight effect following the mouse cursor. Perfect for dark theme landing pages, feature showcases, and premium UI designs.
설치
Import
고급/Pro 컴포넌트는 @hua-labs/ui/advanced에서 제공됩니다.
UI 컴포넌트, 모션 훅, i18n을 하나의 패키지로 사용할 수 있습니다.
Pro 컴포넌트입니다. Pro 라이선스가 필요합니다.
라이브 데모
Feature Card Grid
Pro
Move your mouse over the cards
Colored Spotlight
Customize color with spotlightColor
Large Spotlight
spotlightSize=500, gradient=false
Hero Section Example
Full-width promotional card
Props
| 이름 | 타입 | 기본값 | 설명 |
|---|---|---|---|
spotlightColor | string | "rgba(255, 255, 255, 0.1)" | Color of the spotlight effect |
spotlightSize | number | 300 | Size of the spotlight in pixels |
gradient | boolean | true | Enable subtle gradient overlay |
gradientFrom | string | "rgba(255, 255, 255, 0.05)" | Gradient start color |
gradientTo | string | "transparent" | Gradient end color |
dot | string | - | |
style | React.CSSProperties | - | |
children | ReactNode | - | 콘텐츠 |
코드 예시
기본 사용법
Custom Colors
Related Components
접근성
- •Screen Reader: 카드 컨테이너에 aria-label을 지원하여 보조 기술에 설명적인 레이블을 제공합니다.
- •포커스: 카드 또는 내부 인터랙티브 요소가 키보드 포커스를 받으면 시각적 포커스 링이 표시됩니다.
- •시각적 효과 전용: 스포트라이트 효과는 순수 장식이며 정보를 전달하지 않으므로 콘텐츠 접근성이 유지됩니다.