1. Component Guide
  2. Devolved Nations (experimental)
  3. Applies to one nation individual consultation available
Devolved Nations (experimental) example

Applies to one nation individual consultation available

Specify alternative type for the content e.g. Consultation

How it looks (preview)

How to call this example

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