Skip to content

FormatNumber

Used to format numbers to a specific format.

6,913,847
6,913,847.25
6,913,847.2500
import { FormatNumber } from '@fintech-sandpit/ui/react';
return (
<FormatNumber
value={6913847.25}
/>
<FormatNumber
value={6913847.25}
fraction={2}
/>
<FormatNumber
value={6913847.25}
fraction={4}
/>
);
NameTypeRequiredDefaultDescription
valuenumberYesValue to format
fractionnumber0Number of fractional digits