{
"name": "format",
"snippet": null,
"examples": [
{
"name": "format-byte-basic",
"content": "export const FormatByteBasic = () => {\n return (\n \n File size: \n \n )\n}\n",
"hasSnippet": false,
"importPaths": [
"import { FormatByte, Text } from \"@chakra-ui/react\""
],
"importPath": "import { Format } from \"@chakra-ui/react\""
},
{
"name": "format-byte-sizes",
"content": "export const FormatByteSizes = () => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n )\n}\n",
"hasSnippet": false,
"importPaths": [
"import { FormatByte, Stack, Text } from \"@chakra-ui/react\""
],
"importPath": "import { Format } from \"@chakra-ui/react\""
},
{
"name": "format-byte-with-locale",
"content": "export const FormatByteWithLocale = () => {\n return (\n \n \n de-DE\n \n \n \n \n\n \n zh-CN\n \n \n \n \n \n )\n}\n",
"hasSnippet": false,
"importPaths": [
"import { FormatByte, HStack, LocaleProvider, Text } from \"@chakra-ui/react\""
],
"importPath": "import { Format } from \"@chakra-ui/react\""
},
{
"name": "format-byte-with-unit-display",
"content": "export const FormatByteWithUnitDisplay = () => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n )\n}\n",
"hasSnippet": false,
"importPaths": [
"import { FormatByte, Stack, Text } from \"@chakra-ui/react\""
],
"importPath": "import { Format } from \"@chakra-ui/react\""
},
{
"name": "format-byte-with-unit",
"content": "export const FormatByteWithUnit = () => {\n return (\n \n File size: \n \n )\n}\n",
"hasSnippet": false,
"importPaths": [
"import { FormatByte, Text } from \"@chakra-ui/react\""
],
"importPath": "import { Format } from \"@chakra-ui/react\""
},
{
"name": "format-number-basic",
"content": "export const FormatNumberBasic = () => {\n return (\n \n \n \n )\n}\n",
"hasSnippet": false,
"importPaths": [
"import { FormatNumber, Text } from \"@chakra-ui/react\""
],
"importPath": "import { Format } from \"@chakra-ui/react\""
},
{
"name": "format-number-with-compact",
"content": "export const FormatNumberWithCompact = () => {\n return (\n \n \n \n )\n}\n",
"hasSnippet": false,
"importPaths": [
"import { FormatNumber, Text } from \"@chakra-ui/react\""
],
"importPath": "import { Format } from \"@chakra-ui/react\""
},
{
"name": "format-number-with-currency",
"content": "export const FormatNumberWithCurrency = () => {\n return (\n \n \n \n )\n}\n",
"hasSnippet": false,
"importPaths": [
"import { FormatNumber, Text } from \"@chakra-ui/react\""
],
"importPath": "import { Format } from \"@chakra-ui/react\""
},
{
"name": "format-number-with-locale",
"content": "export const FormatNumberWithLocale = () => {\n return (\n \n \n de-DE\n \n \n \n \n\n \n zh-CN\n \n \n \n \n \n )\n}\n",
"hasSnippet": false,
"importPaths": [
"import { FormatNumber, HStack, LocaleProvider, Text } from \"@chakra-ui/react\""
],
"importPath": "import { Format } from \"@chakra-ui/react\""
},
{
"name": "format-number-with-percentage",
"content": "export const FormatNumberWithPercentage = () => {\n return (\n \n \n \n )\n}\n",
"hasSnippet": false,
"importPaths": [
"import { FormatNumber, Text } from \"@chakra-ui/react\""
],
"importPath": "import { Format } from \"@chakra-ui/react\""
},
{
"name": "format-number-with-unit",
"content": "export const FormatNumberWithUnit = () => {\n return (\n \n \n \n )\n}\n",
"hasSnippet": false,
"importPaths": [
"import { FormatNumber, Text } from \"@chakra-ui/react\""
],
"importPath": "import { Format } from \"@chakra-ui/react\""
}
]
}