v-visible
Visibility controller
A Vue.js directive for controlling the visibility of HTML elements
Vue.js directive for setting visibility of an element
2 stars
2 watching
0 forks
Language: TypeScript
last commit: about 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
javisperez/vue-visible | Provides an alternative to native v-show in VueJS by adding a directive to control element visibility | 31 |
shwilliam/vue-visibility-trigger | A Vue component that emits an event when scrolled into view | 5 |
andrewvasilchuk/v-aspect-ratio | A Vue.js directive for setting aspect ratios in web applications | 29 |
andrewvasilchuk/vue-accessible-modal | A Vue.js plugin for creating accessible modals with a simple show/close API | 20 |
andrewvasilchuk/v-ripple-directive | A Vue.js directive for creating visually appealing ripple effects on button clicks or other interactive elements | 4 |
ndelvalle/v-blur | A Vue.js directive to temporarily obscure an element's content | 184 |
alekseypleshkov/vue-scroll-show | A Vue.js directive to display elements when the user reaches them after scrolling | 10 |
mahdikhashan/v-on-page-video | Enables video playback to pause and resume when the page gains or loses focus | 3 |
vtimofeev/vue-check-view | A Vue.js plugin that automatically adds CSS classes to elements based on their visibility within the viewport. | 115 |
phegman/v-show-slide | A Vue.js directive for animating elements between open and closed states | 105 |
ventralnet/v-hide | A directive that adds conditional rendering and maintains rendered layout space in the DOM by toggling element visibility. | 7 |
pxyup/vue-not-visible | A Vue directive that allows conditional rendering of elements based on screen size and breakpoints | 23 |
dafrok/v-hotkey | A Vue.js directive for binding custom hotkey combinations to components. | 721 |
jsmith01/vue-selectable | A Vue.js directive that enables mouse selection of objects on a web page | 69 |
outluch/vue-model-autoset | A Vue.js plugin to work around limitations in dynamically added properties with v-model directive | 17 |