{{ aspExample({ code: "<ul class=\"asp-grid\">
<li class=\"asp-grid__item asp-grid__item–medium-one-half asp-grid__item–large-one-third asp-group\">
<h2 class=\"asp-group__title\">
Animals
</h2>
<ol class=\"asp-group__list\">
<li class=\"asp-group__item\">
<a class=\"asp-group__link\" href=\"#\">Animal abuse</a>
</li>
<li class=\"asp-group__item\">
<a class=\"asp-group__link\" href=\"#\">Animal locked in a vehicle</a>
</li>
<li class=\"asp-group__item\">
<a class=\"asp-group__link\" href=\"#\">Dogs</a>
</li>
<li class=\"asp-group__item\">
<a class=\"asp-group__link\" href=\"#\">Horses</a>
</li>
<li class=\"asp-group__item\">
<a class=\"asp-group__link\" href=\"#\">Wildlife crime</a>
</li>
</ol>
</li>
</ul>", nunjucks: "{{ aspGroup({
rows: [
{
title: \"Group 1\",
rows: [
{
text: \"Group 1, sub link a\",
href: \"#\"
},
{
text: \"Group 1, sub link b\",
href: \"#\"
},
{
text: \"Group 1, sub link c\",
href: \"#\"
}
]
},
{
title: \"Group 2\",
rows: [
{
text: \"Group 2, sub link a\",
href: \"#\"
},
{
text: \"Group 2, sub link b\",
href: \"#\"
}
]
}
]
}) }}", title: "", id: "666ae41b20ee5", url: "" }) }}

Status of development

The below criteria all need to be met for a component to be considered as fully developed for use within the ASP Digital Design System.


{{ aspTable({
head: [
{ text: 'Development criteria'},
{ text: 'Status'}
],
rows: [
{
cells: [
{ text: 'WCAG 2.2 compliant'},
{ html: '<span class="status">Not started</span>'}
]
},
{
cells: [
{ text: 'WCAG 2.1 compliant'},
{ html: '<span class="status status–green">Completed</span>'}
]
},
{
cells: [
{ text: 'HTML / Nunjucks version'},
{ html: '<span class="status status–green">Completed</span>'}
]
},
{
cells: [
{ text: 'Figma version'},
{ html: '<span class="status status">Not started</span>'}
]
},
{
cells: [
{ text: 'M365 versions'},
{ html: '<span class="status status">Not started</span>'}
]
},
{
cells: [
{ text: 'Documentation'},
{ html: '<span class="status status–yellow">In progress</span>'}
]
}
]
}) }}