Devolved Nations (experimental) example

Applies to three nations individual publication available

How it looks (preview)

Applies to England, Scotland and Wales

How to call this example

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