v2.6.51
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>