File size: 436 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
{
"name": "em",
"snippet": null,
"examples": [
{
"name": "em-basic",
"content": "export const EmBasic = () => {\n return (\n <Text>\n The <Em>design system</Em> is a collection of UI elements\n </Text>\n )\n}\n",
"hasSnippet": false,
"importPaths": [
"import { Em, Text } from \"@chakra-ui/react\""
],
"importPath": "import { Em } from \"@chakra-ui/react\""
}
]
} |