Big number example

With plus symbol

In some cases, we want to communicate more than just the flat numeric value eg: 400+. This is why we allow values to be passed as flat strings.

How it looks (preview)

400+   Other agencies and public bodies

How to call this example

<%= render "govuk_publishing_components/components/big_number", {
  number: "400+",
  label: "Other agencies and public bodies"
} %>