Use the close
class to create a close button:
<div class="close"></div>
The close element will apply the styles defined in the buttons.close
field of your theme configuration.
export default { buttons: { close: { color: "currentColor", }, }, };
Designed and maintained with by @jmjuanes.
Code is licensed under MIT, documentation under Creative Commons Attribution 4.0.