Summary card example

With block

Use the summary card with a block when you need to show an empty state message or load another component.

How it looks (preview)

Topics

    No topics specified for this document.

    How to call this example

    <%= render "govuk_publishing_components/components/summary_card", {
      title: "Topics"
    } do %>
      <p class="govuk-body">No topics specified for this document.</p>
    <% end %>