Menu

Use the menu class to create a menu button, useful for displaying hidden menus:

<button class="menu"></button>

Customize

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

siimple.config.js
export default {
    buttons: {
        menu: {
            borderColor: "currentColor",
            color: "currentColor",
        },
    },
    // ...other configuration
};

Designed and maintained with by @jmjuanes.

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

Currently v4.3.1