componente · @solu30/ui-kit/input
InlineColor
El componente, montado
Cargando el espécimen…
Cargando el chunk del paquete instalado…
De dónde se importa
import { InlineColor } from '@solu30/ui-kit/input'Props
| Prop | Requerida | Tipo | Qué hace |
|---|---|---|---|
| label | sí | string | Field label |
| value | sí | string | null | Current hex color value (null = none) |
| onSave | sí | (v: string) => void | Called with the new hex string when the user commits |
| className | opcional | string | Extra class names applied to the outer wrapper |