# Format Byte URL: https://ark-ui.com/docs/utilities/format-byte Source: https://raw.githubusercontent.com/chakra-ui/ark/refs/heads/main/website/src/content/pages/utilities/format-byte.mdx Used to format byte values with various options and units --- ## Usage The byte formatting component extends the number formatting capabilities to handle byte-specific formatting, including automatic unit conversion and display options. ```jsx import { Format } from '@ark-ui/react' ``` ## Examples ### Basic Use the `Format.Byte` component to format a byte value with default options. ### Sizes Use the `sizes` prop to specify custom byte sizes for formatting. ### Locale Use the `locale` prop to format the byte value according to a specific locale. ### Unit Use the `unit` prop to specify the unit of the byte value. ### Unit Display Use the `unitDisplay` prop to specify the display of the unit.