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