Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
---
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>
```