digitalmarketplace-frontend
Version:
Digital Marketplace Frontend contains assets and components used in Digital Marketplace projects
17 lines (13 loc) • 785 B
HTML
<div class="govuk-notification-banner dm-notification-banner--warning" role="region" aria-labelledby="govuk-notification-banner-title" data-module="govuk-notification-banner" dm-alert-test-key-1="dm-alert-test-value-1" dm-alert-test-key-2="dm-alert-test-value-2">
<div class="govuk-notification-banner__header">
<h2 class="govuk-notification-banner__title" id="govuk-notification-banner-title">
There is a problem
</h2>
</div>
<div class="govuk-notification-banner__content">
<h2 class="govuk-notification-banner__heading">
An action has been <span style="color: red">completed</span> that lead to an error alert.
</h2>
<p class="govuk-body">This is the <strong>HTML</strong> below the title.</p>
</div>
</div>