When to use this component

Use the warning text component when you need to warn users about something important, such as consequences of an action, or lack of action, that they might take.

Formatted example

This is a warning.

You should pay attention to this message.

HTML code
<p><strong>This is a warning.</strong></p>
<p>You should pay attention to this message.</p>
Markdown
{:.warning-text}
> **This is a warning.**
>
> You should pay attention to this message.