1. Component Guide
  2. Govspeak content
  3. Warning callout
Govspeak content example

Warning callout

How it looks (preview)

The water in the mouth of a blue whale weighs more than its body.

How to call this example

<%= render "govuk_publishing_components/components/govspeak", {
} do %>
  <div class="application-notice help-notice">
  <p>
    The water in the mouth of a blue whale weighs more than its body.
  </p>
</div>
<% end %>