Bit Converter
Converts byte value into human-readable string using Pretty Bytes
- Import
import { BitConverter } from '@smile/haring-react';
- Source View Source Code
- Package @smile/haring-react
- Storybook Storybook
Usage
Props
Name | Type | Default | Description |
---|---|---|---|
options | Options | - | options passed to prettyBytes()) |
value * | number | - | The number value to format |