List example
  
  
Default
The default is an unordered list with no bullet points or numbers.
How it looks (preview)
- Tony’s Chocolonely
- Cherry Ripe
- Snickers
- Chomp
- Penguin
- Boost
How to call this example
<%= render "govuk_publishing_components/components/list", {
  items: [
    sanitize("Tony’s Chocolonely"),
    sanitize("<a href=\"https://en.wikipedia.org/wiki/Cherry_Ripe_(chocolate_bar)\" rel=\"noopener\" class=\"govuk-link\">Cherry Ripe</a>"),
    "Snickers",
    "Chomp",
    "Penguin",
    "Boost"
  ]
} %>