{{ aspExample({ code: "<div class=\"asp-hero\">
<div class=\"asp-hero__content\">
<h1>Hero component title</h1>
<p>Example content allowing for multiple paragraphs to be added to a hero component.</p>
</div>
</div>", nunjucks: "{{ aspHero({
title: \"Hero title\",
content: {
html: '<p>Hero content (html).</p>
<p>With additional line.</p>'
}
}) }}", title: "", id: "65a92cad2e715", 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>'}
]
}
]
}) }}