componente · @solu30/ui-kit/input
EditableField
El componente, montado
Cargando el espécimen…
Cargando el chunk del paquete instalado…
De dónde se importa
import { EditableField } from '@solu30/ui-kit/input'Props
| Prop | Requerida | Tipo | Qué hace |
|---|---|---|---|
| label | sí | string | — |
| value | sí | string | null | undefined | — |
| onSave | sí | (value: string) => void | — |
| type | opcional | "text" | "email" | "tel" | "textarea" | "number" | "url" | — |
| placeholder | opcional | string | — |
| multiline | opcional | boolean | — |
| className | opcional | string | — |
| icon | opcional | React__default.ReactNode | — |
| required | opcional | boolean | — |
| rows | opcional | number | — |