With number 10 branding
Organisation colour branding can be added to the component as shown.
How it looks (preview)
How to call this example
<%= render "govuk_publishing_components/components/contents_list", {
brand: "prime-ministers-office-10-downing-street",
format_numbers: true,
contents: [
{
href: "#first-thing",
text: "1. First thing",
items: [
{
href: "#second-thing",
text: "2. Numbers not parsed"
},
{
href: "#third-thing",
text: "3. Numbers are just text"
}
]
}
]
} %>