marsh-daemonite-material
Version:
Daemonite's Material UI is a cross-platform and fully responsive front-end interface based on Google Material Design developed using Bootstrap 4.
17 lines (14 loc) • 424 B
Markdown
layout: docs
title: Close icon
description: Use a generic close icon for dismissing content like modals and alerts.
group: utilities
toc: true
**Be sure to include text for screen readers**, as we've done with `aria-label`.
{% capture example %}
<button type="button" class="close" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
{% endcapture %}
{% include example.html content=example %}