componente · @solu30/ui-kit/input
InlineTextField
El componente, montado
Cargando el espécimen…
Cargando el chunk del paquete instalado…
De dónde se importa
import { InlineTextField } from '@solu30/ui-kit/input'Props
| Prop | Requerida | Tipo | Qué hace |
|---|---|---|---|
| initial | sí | string | — |
| onSave | sí | (v: string) => void | — |
| label | opcional | string | — |
| placeholder | opcional | string | — |
| mono | opcional | boolean | — |
| plain | opcional | boolean | When true, renders without border/background at rest; shows border on hover/focus. |