Skip to content

v2.6.51

Compare
Choose a tag to compare
@graphieros graphieros released this 17 May 06:00
· 73 commits to master since this release

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>