What is @vueuse/gesture
main@vueuse/gesture is a collection of Vue Composables designed to add interactivity to Vue applications through pointer and touch gesture support. It is a Vue port of the react-use-gesture library from the Poimandres collective. The package provides gesture support via two primary interfaces:
- Composable functions: For logic-based integration within the Composition API.
- Directives: For template-based integration.