1. Component Guide
  2. Devolved Nations (experimental)
  3. Specific heading level
Devolved Nations (experimental) example

Specific heading level

Use a different heading level for the main link title. Defaults to h2 if not passed.

How it looks (preview)

Applies to England

How to call this example

<%= render "govuk_publishing_components/components/devolved_nations", {
  heading_level: 3,
  national_applicability: {
    england: {
      applicable: true
    }
  }
} %>