componente · @solu30/ui-kit/input
TimePicker
El componente, montado
Cargando el espécimen…
Cargando el chunk del paquete instalado…
De dónde se importa
import { TimePicker } from '@solu30/ui-kit/input'Props
| Prop | Requerida | Tipo | Qué hace |
|---|---|---|---|
| value | sí | string | — |
| onChange | sí | (value: string) => void | — |
| placeholder | opcional | string | — |
| className | opcional | string | — |
| disabled | opcional | boolean | — |
| minuteStep | opcional | number | — |
| icon | opcional | React$1.ReactNode | Custom icon to render before the time value |