Skip to content

FormatByte

Used to format bytes to a human-readable format.

3 MB
2.6 MB
2.62 MB
import { FormatByte } from '@fintech-sandpit/ui/react';
return (
<FormatByte
value={2621440}
fraction={0}
/>
<FormatByte
value={2621440}
fraction={1}
/>
<FormatByte value={2621440} />
);
NameTypeRequiredDefaultDescription
valuenumberYesValue to format
fractionnumber2Number of fractional digits