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

Information callout

How it looks (preview)

If you drilled a tunnel straight through the Earth and jumped in, it would take you exactly 42 minutes and 12 seconds to get to the other side.

How to call this example

<%= render "govuk_publishing_components/components/govspeak", {
} do %>
  <div class="application-notice info-notice">
  <p>
    If you drilled a tunnel straight through the Earth and jumped in, it would take
    you exactly 42 minutes and 12 seconds to get to the other side.
  </p>
</div>
<% end %>