Skip to content

v2.6.20

Compare
Choose a tag to compare
@graphieros graphieros released this 17 Mar 07:13
· 172 commits to master since this release

Cusomization of the user options menu icon

  • A #menuIcon slot was added to customize the user options menu icon, if you don't like the default burger menu icon. The slot exposes a isOpen boolean, to show a different icon depending on the open state, and the color defined by your config for the general text color of the menu.
<template #menuIcon="{ isOpen, color }">
  <div class="text-2xl">
    {{ isOpen ? '👆' : '👇' }}
  </div>
</template>
Enregistrement.de.l.ecran.2025-03-17.a.08.09.20.mov