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