Close

Use the close class to create a close button:

<div class="close"></div>

Customize

The close element will apply the styles defined in the buttons.close field of your theme configuration.

siimple.config.js
export default {
    buttons: {
        close: {
            color: "currentColor",
        },
    },
};

Designed and maintained with by @jmjuanes.

Code is licensed under MIT, documentation under Creative Commons Attribution 4.0.

Currently v4.3.1