사용법
마우스·터치 위치를 lerp로 추적해 radial glow가 따라다녀요.
포인터를 움직여 보세요
Spotlight + MorphBlob 조합
인터페이스
SpotlightSurfaceProps
| 속성 | 타입 | 기본값 | 설명 |
|---|---|---|---|
| intensity | "soft" | "medium" | "strong" | medium | 글로우 강도 |
| color | "primary" | "accent" | "neutral" | primary | 스포트라이트 색 |
| className | string | — | 루트 클래스 |
| style | CSSProperties | — | 인라인 스타일·CSS 변수 |
SpotlightSurface 컴포넌트 Props 표
가져오기
모션 CSS는 @goldtreedev/ui/motion.css를 함께 import해요.
@import "@goldtreedev/ui/motion.css";
import { SpotlightSurface } from "@goldtreedev/ui";