componente · @solu30/ui-kit/input
Field
El componente, montado
Cargando el espécimen…
Cargando el chunk del paquete instalado…
De dónde se importa
import { Field } from '@solu30/ui-kit/input'Props
| Prop | Requerida | Tipo | Qué hace |
|---|---|---|---|
| label | opcional | string | Field label |
| description | opcional | string | Help text below the field |
| error | opcional | string | Error message — shows in red, replaces description |
| warning | opcional | string | Warning message — shows in yellow |
| required | opcional | boolean | Show required asterisk |
| orientation | opcional | 'vertical' | 'horizontal' | Layout orientation |
| htmlFor | opcional | string | HTML id for the input (auto-links label via htmlFor) |
| size | opcional | 'sm' | 'md' | 'lg' | Size variant |
| className | opcional | string | Additional className |
| children | sí | ReactNode | — |