dwww Home | Show directory contents | Find package

---
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`.

{{< example >}}
<button type="button" class="close" aria-label="Close">
  <span aria-hidden="true">&times;</span>
</button>
{{< /example >}}

Generated by dwww version 1.15 on Fri May 24 06:55:55 CEST 2024.