0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-02 14:24:19 +01:00
Bootstrap/site/docs/4.4/utilities/close-icon.md
2019-11-26 19:12:00 +02:00

16 lines
414 B
Markdown

---
layout: docs
title: Close icon
description: Use a generic close icon for dismissing content like modals and alerts.
group: utilities
---
**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">&times;</span>
</button>
{% endcapture %}
{% include example.html content=example %}