Saltar al contenido
El Muestrario

componente · @solu30/ui-kit/input

InlineNumberField

El componente, montado

Cargando el espécimen…

Cargando el chunk del paquete instalado…

De dónde se importa

import { InlineNumberField } from '@solu30/ui-kit/input'

Props

6 props declaradas en los tipos de la versión instalada.
PropRequeridaTipoQué hace
initialnumber | null
onSave(v: number | null) => void
onChangeopcional(v: number | null) => voidFires on every keystroke with the parsed value (or null) for live preview.
placeholderopcionalstring
suffixopcionalstring
plainopcionalbooleanWhen true, renders without border/background at rest; shows border on hover/focus.