epicmaxco / vuestic-ui

Free and Open Source UI Library for Vue 3 🤘
https://vuestic.dev
MIT License
3.36k stars 328 forks source link

VaHover should be headless component. #3147

Open whitel1ght opened 1 year ago

whitel1ght commented 1 year ago

Vuestic-ui version: 1.6.1

va-hover component has no point to exist in current implementation. Originally it was designed being rootless. Current implementation affects DOM, styles, and brings doom to our hearts.

m0ksem commented 1 year ago

We just made a headless dropdown which makes possibilities to easily create headless components like: https://github.com/epicmaxco/vuestic-ui/issues/3120