digitalmarketplace-frontend
Version:
Digital Marketplace Frontend contains assets and components used in Digital Marketplace projects
13 lines (12 loc) • 378 B
HTML
<section
data-module="dm-banner"
role="region"
aria-label="This is the title of the banner component."
class="dm-banner">
<h2 class="dm-banner__title dm-banner__title--large"
>
This is the title of the banner component.
</h2> <div class="dm-banner__body">
This is the text below the title.
</div>
</section>