1. Collections Component Guide
  2. Govspeak content
  3. Advisory
Govspeak content example

Advisory

How it looks (preview)

This is a very important message or warning

How to call this example

<%= render "govuk_publishing_components/components/govspeak", {
} do %>
  <h3 role="note" aria-label="Important" class="advisory">
  <span>This is a very important message or warning</span>
</h3>
<% end %>