Use the menu
class to create a menu button, useful for displaying hidden menus:
<button class="menu"></button>
The menu element will apply the styles defined in the buttons.menu
field of your theme configuration.
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.