github graphieros/vue-data-ui v2.6.20

latest releases: v3.1.3, v3.1.2, v3.1.1...
5 months ago

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

Don't miss a new vue-data-ui release

NewReleases is sending notifications on new releases.