Presto
GitHub
Getting Started
Packages
View Model
Final Form
REST
Routing
UI
FieldFormatter
FieldWidget
getFormatterForField
InputProps
UiProvider
useUi
Formatters
BooleanFormatter
CharFormatter
ChoiceFormatter
DateFormatter
DateTimeFormatter
ImageFormatter
JsonFormatter
LinkFormatter
NumberFormatter
RangeFormatter
TimeFormatter
UI ANTD
Util
On this page
Usage
Props
Examples
Basic usage
NumberFormatter
Source
import { NumberFormatter } from "@prestojs/ui";
NumberFormatter
(
props
)
Source
Component Props:
Prop
Type
Description
*
props
An object with the properties below
props.blankLabel
ReactNode
props.invalidValueLabel
ReactNode
props.localeOptions
Intl.NumberFormatOptions
props.locales
string
|
string
[]
props.value
number
|
string
|
null
Examples
Javascript
Typescript
Basic usage
Show Code