1. Component Guide
  2. Devolved Nations (experimental)
  3. Applies to two nations
Devolved Nations (experimental) example

Applies to two nations

How it looks (preview)

Applies to England and Wales

How to call this example

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