v-blur
Blur directive
A Vue.js directive to temporarily obscure an element's content
⬜️ Vue directive to blur an element dynamically
184 stars
4 watching
7 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
vuevue-directivevuejs
Related projects:
Repository | Description | Stars |
---|---|---|
andrewvasilchuk/v-ripple-directive | A Vue.js directive for creating visually appealing ripple effects on button clicks or other interactive elements | 4 |
israelzablianov/draggable-vue-directive | A Vue.js directive that enables drag-and-drop functionality for HTML elements. | 313 |
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 |
byteboomers/vue-autofocus-directive | An autofocus directive for Vue.js that automatically focuses on an element when the page loads. | 34 |
hilongjw/vue-dragging | A Vue.js directive for making elements draggable | 764 |
pygmyslowloris/vue-ripple-directive | A directive to create a material ripple effect on HTML elements in Vue.js applications | 287 |
fchancel/v-privacy | A Vue 3 plugin to blur and encrypt sensitive HTML element content | 12 |
pxyup/vue-not-visible | A Vue directive that allows conditional rendering of elements based on screen size and breakpoints | 23 |
andrewvasilchuk/v-visible | A Vue.js directive for controlling the visibility of HTML elements | 2 |
javisperez/vue-visible | Provides an alternative to native v-show in VueJS by adding a directive to control element visibility | 31 |
raidan00/vue-r-mask | A Vue.js directive for masking input fields with specific patterns | 22 |
scleriot/vue-inputmask | A Vue.js directive to add inputmask functionality to text inputs with vanilla JavaScript. | 120 |
zhanziyang/v-dragged | A Vue directive plugin for detecting drag events and updating element positions. | 91 |
jsmith01/vue-selectable | A Vue.js directive that enables mouse selection of objects on a web page | 69 |
ventralnet/v-hide | A directive that adds conditional rendering and maintains rendered layout space in the DOM by toggling element visibility. | 7 |