github graphieros/vue-data-ui v2.6.51

latest releases: v3.0.19, v3.0.18, v3.0.17...
3 months ago

VueUiWordCloud & VueUiMolecule

  • Add a reset button when zoom is active
Enregistrement.de.l.ecran.2025-05-17.a.07.51.26.mov

If you need to customize the button, a #reset-action slot is available.
Use reset(true) to reset the animation with the animation, or just reset() without animation.

<VueUiWordCloud :dataset="dataset" :config="config">
  <template #reset-action="{ reset }">
    <button @click="reset(true)">REFRESH</button>
  </template>
</VueUiWordCloud>

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

NewReleases is sending notifications on new releases.