ColorPicker
core색상 선택 컴포넌트. 프리셋 팔레트와 hex 입력을 지원합니다.
컴포넌트 의존 관계
깊이
100%
Controlled
Brand Color
#3b82f6
Uncontrolled
Accent Color
Disabled
Locked
테스트 커버리지
2026년 2월 4일생성된 테스트 결과를 찾지 못했습니다.
ColorPicker 항목이 문서 메타에 연결되어 있지만 현재 생성 파일에는 없습니다.
테스트를 추가한 뒤 `bun run generate:test-results`를 실행하거나 `testDescribe` 매핑을 다시 확인하세요.
ColorPicker Props
| Prop | 타입 | 기본값 | 설명 |
|---|---|---|---|
value | string | — | 제어 모드: hex 색상 값 (예: '#3b82f6') |
onChange | (color: string) => void | — | 색상 변경 핸들러 |
presets | string[] | — | 프리셋 색상 배열 (기본 16색) |
label | string | — | 입력 필드 레이블 |
disabled | boolean | false | 비활성화 상태 |
Import
tsx
import { ColorPicker } from "@reopt-ai/opt-ui";