With unit symbol
In some cases, we want to communicate more than just the flat numeric value eg: 1M
. This is why we allow values to be passed as flat strings.
How it looks (preview)
1M
is a shorter way of saying one million
How to call this example
<%= render "govuk_publishing_components/components/big_number", {
number: "1M",
label: "is a shorter way of saying one million"
} %>