File size: 242 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
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>
```