KABBOUCHI / vue-tippy

VueJS Tooltip powered by Tippy.js
https://vue-tippy.netlify.app
MIT License
736 stars 89 forks source link

Add support to have an `arrow` modifier #203

Closed xiCO2k closed 3 years ago

xiCO2k commented 3 years ago

Add support to have an arrow modifier like v-tippy.arrow and it will be the same of v-tippy="{ arrow: true }".

It also support the placement modifier with the arrow one like v-tippy.right.arrow.