0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-30 12:24:19 +01:00
Bootstrap/site/content/docs/4.3/components/close-icon.md

15 lines
366 B
Markdown
Raw Normal View History

---
layout: docs
title: Close icon
2017-05-28 20:25:59 +02:00
description: Use a generic close icon for dismissing content like modals and alerts.
group: components
---
2017-05-28 20:25:59 +02:00
**Be sure to include text for screen readers**, as we've done with `aria-label`.
{{< example >}}
<button type="button" class="close" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
{{< /example >}}