| title: Em | |
| description: Used to mark text for emphasis. | |
| <ExampleTabs name="em-basic" /> | |
| ## Usage | |
| ```js | |
| import { Em } from "@chakra-ui/react" | |
| ``` | |
| ```jsx | |
| <Text> | |
| The <Em>design system</Em> is a collection of UI elements | |
| </Text> | |
| ``` | |
| title: Em | |
| description: Used to mark text for emphasis. | |
| <ExampleTabs name="em-basic" /> | |
| ## Usage | |
| ```js | |
| import { Em } from "@chakra-ui/react" | |
| ``` | |
| ```jsx | |
| <Text> | |
| The <Em>design system</Em> is a collection of UI elements | |
| </Text> | |
| ``` | |