vue-outside-events
Event catcher
A Vue.js directive to capture and react to events outside of an element without interrupting event propagation.
Vue 2.x directive to help a specified element listen for specific events occurring outside of itself.
57 stars
4 watching
5 forks
Language: JavaScript
last commit: about 2 years ago
Linked from 1 awesome list
dom-eventseventeventsvuevue-directivevuejsvuejs2
Related projects:
Repository | Description | Stars |
---|---|---|
ndelvalle/v-click-outside | A Vue directive that allows a component to respond when clicked outside of its own area, without stopping event propagation. | 967 |
xotic750/v-click-outside-x | A Vue.js directive to detect clicks outside of an element | 83 |
sandeepk01/vue-event-handler | A Vue.js plugin that provides a global event bus for handling events across components and destroying listeners. | 15 |
mahdikhashan/vue3-click-outside | A Vue.js 3 directive that allows running a method on clicking outside of an element bound to it | 16 |
nolde/vue-plugin-events | A global event bus plugin for Vue.js applications with automatic subscription control. | 5 |
ianaya89/vue-esc | A Vue.js directive to catch the escape keyup event globally on the document. | 36 |
denisinvader/vue-emit | A utility function for emitting events in Vue.js functional components | 21 |
cweili/vue-option-events | Bridges the event system between Vue 1 and Vue 2. | 5 |
verywow/vue-simple-events | A lightweight event management plugin for Vue applications without a Vue instance | 9 |
pnkbizz/vue-mutation-observer | A VueJS directive to observe changes in DOM using the MutationObserver API | 11 |
ndelvalle/v-blur | A Vue.js directive to temporarily obscure an element's content | 184 |
huangshuwei/vue-click-helper | A Vue directive to handle click events with optional double click detection and customizable timing | 11 |
zhanziyang/v-dragged | A Vue directive plugin for detecting drag events and updating element positions. | 91 |
wanderxx/vue-fullcalendar | A Vue.js calendar component that displays events and allows customization of its behavior and appearance. | 1,511 |
fffixed/vue-bus | A plugin providing central event bus functionality for Vue.js applications | 50 |