1. Component Guide
  2. Big number
  3. With aria attributes
Big number example

With aria attributes

Aria attributes are applied to the whole component instance

How it looks (preview)

How to call this example

<%= render "govuk_publishing_components/components/big_number", {
  number: 23,
  label: "Ministerial departments",
  aria: {
    hidden: true
  }
} %>