Vue Bootstrap Close Icon
Vue Close Icon - Bootstrap 4 & Material Design
Note: We are transitioning MDB4 to a legacy version and focusing on developing MDB5.
While we'll continue to support for the transition period, we encourage you to migrate to
MDB5. We're offering a 50% discount on MDB5 PRO to help with your transition,
enabling you to leverage the full potential of the latest version. You can find more information here.
get 50% discount on MDB5 PRO
Use a generic close icon for dismissing content like modals and alerts.
Be sure to include text for screen readers, as we’ve done with
aria-label
.
<template>
<button type="button" class="close" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</template>