Em

Em is a component that represents emphasized text. By default, it renders a em element.

I'll be back.

Usage

import { Em } from "@yamada-ui/react"

index.tsx

<Text>
  I'll be <Em>back</Em>.
</Text>

Props