Renders bold text to indicate importance.

Importing

The component can be imported via:

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

Usage

The component renders a <strong> tag with a bold appearance.

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

Important: This action cannot be undone.

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

On this page