componente · @solu30/ui-kit/input
CurrencyInput
El componente, montado
Cargando el espécimen…
Cargando el chunk del paquete instalado…
De dónde se importa
import { CurrencyInput } from '@solu30/ui-kit/input'Props
| Prop | Requerida | Tipo | Qué hace |
|---|---|---|---|
| value | sí | string | Raw numeric value as string (e.g. "1500000") |
| onChange | sí | (value: string) => void | Called with the raw numeric string |
| onBlur | opcional | () => void | — |
| className | opcional | string | — |
| placeholder | opcional | string | — |
| disabled | opcional | boolean | — |
| min | opcional | number | — |
| ariaLabel | opcional | string | — |
| locale | opcional | string | Locale for formatting. Default: 'es-AR' |
| symbol | opcional | string | Currency symbol prefix. Default: '$' |