govuk-frontend
Version:
GOV.UK Frontend contains the code you need to start building a user interface for government platforms and services.
19 lines (11 loc) • 423 B
HTML
<section aria-label="Service information" class="govuk-service-navigation"
data-module="govuk-service-navigation"
>
<div class="govuk-width-container">
<div class="govuk-service-navigation__container">
<span class="govuk-service-navigation__service-name">
<span class="govuk-service-navigation__text">Service name</span>
</span>
</div>
</div>
</section>