Marks text that has stress emphasis.

Importing

The component can be imported via:

import { Emphasis } from '@customerio/pluma-components/react';

Usage

The component renders an <em> tag with an italic style.

It must be used in another typography component, like Text or Paragraph.

Important: This action cannot be undone.

<Paragraph>
  <Emphasis>Important:</Emphasis> This action cannot be undone.
</Paragraph>

On this page