FormColorInput
カラーピッカー入力コンポーネント。
import { FormColorInput } from "@blueai/ui"Examples
Basic
選択中: #0AA5D4
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| value* | string | — | カラー値(HEX) |
| onChange | (value: string) => void | — | 値変更ハンドラ |
| label | string | — | ラベルテキスト |
カラーピッカー入力コンポーネント。
import { FormColorInput } from "@blueai/ui"選択中: #0AA5D4
| Prop | Type | Default | Description |
|---|---|---|---|
| value* | string | — | カラー値(HEX) |
| onChange | (value: string) => void | — | 値変更ハンドラ |
| label | string | — | ラベルテキスト |