---
title: Em
description: "`Em` is a component that represents emphasized text. By default, it renders a `em` element."
links:
- style: https://github.com/yamada-ui/yamada-ui/tree/main/packages/react/src/components/em/em.style.ts
- source: https://github.com/yamada-ui/yamada-ui/tree/main/packages/react/src/components/em
- storybook: https://yamada-ui.github.io/yamada-ui?path=/story/components-em--basic
---
```tsx
I'll be back.
```
## Usage
```tsx
import { Em } from "@yamada-ui/react"
```
```tsx
import { Em } from "@/components/ui"
```
```tsx
import { Em } from "@workspaces/ui"
```
```tsx
I'll be back.
```
## Props
| Prop | Default | Type | Description |
| ------------- | ------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ |
| `as` | - | `As` | The HTML element to render. |
| `asChild` | - | `boolean` | Merges its props onto its immediate child. |
| `css` | - | `CSSObject \| CSSObject[]` | The CSS object. |
| `colorScheme` | - | `"amber" \| "black" \| "blackAlpha" \| "blue" \| "cyan" \| "danger" \| "emerald" \| "error" \| "flashy" \| "fuchsia" ...` | Set color scheme variables. |