Close button

A generic close button for dismissing content like modals and alerts.

html
<button type="button" class="btn-close" aria-label="Close"></button>

Disabled

html
<button type="button" class="btn-close" disabled aria-label="Close"></button>

White variant

html
<button type="button" class="btn-close btn-close-white" aria-label="Close"></button>
<button type="button" class="btn-close btn-close-white" disabled aria-label="Close"></button>
We are aware that the documentation is incomplete. While we work on it, You may refer to Bootstrap docs or help us by contributing.