FormatNumber
FormatNumber
is a component that formats numbers according to specified locale and formatting options using the Intl.NumberFormat
API.
Theming
The FormatNumber
is a single part component.
If you want to change the style of the component, please check here.
export const FormatNumber: ComponentStyle<"FormatNumber"> = {}
Edit this page on GitHub