Image card example
Without an image
Despite the name of the component, it is possible to have it display without an image.
How it looks (preview)
John McJohnson
Deputy director for Parks and Small Trees
How to call this example
<div class="govuk-!-width-one-third">
<%= render "govuk_publishing_components/components/image_card", {
href: "/no-valid-links-here",
heading_text: "John McJohnson",
description: "Deputy director for Parks and Small Trees"
} %>
</div>