Vue.resize
Resize listener
A Vue.js directive that detects and responds to resize events from the browser window
Vue directive to detect resize events with deboucing and throttling capacity.
326 stars
9 watching
36 forks
Language: JavaScript
last commit: over 4 years ago
Linked from 1 awesome list
resize-eventsvue-directivevuejs2
Related projects:
Repository | Description | Stars |
---|---|---|
akryum/vue-resize | A Vue.js component to detect changes in DOM element sizes. | 508 |
seregpie/vueresizesensor | A Vue component that listens to window resize events and triggers a callback with the new width and height | 6 |
jayeshlab/vue-resize-text | A Vue.js directive to automatically adjust text size based on element width | 71 |
franckfreiburger/vue-resize-sensor | Detects when a container is resized without relying on window.onresize or interval/timeout detection | 76 |
david-desmaisons/vue.imagesloaded | A Vue.js 2.0 directive to detect image loading and provide callback functionality. | 145 |
kelin2025/vue-responsive-components | A Vue.js library providing responsive components and directives to adapt to different screen sizes. | 203 |
webdevnerdstuff/vuetify-resize-drawer | A component that extends Vuetify's navigation drawer to allow user resizing | 20 |
johndatserakis/vue-screen-size | Provides easy access to screen width and height in Vue.js applications | 44 |
alexandrebonaventure/vue-mq | A Vue.js plugin for defining breakpoints and building responsive designs semantically and declaratively. | 537 |
andrewvasilchuk/v-aspect-ratio | A Vue.js directive for setting aspect ratios in web applications | 29 |
andrewvasilchuk/v-ripple-directive | A Vue.js directive for creating visually appealing ripple effects on button clicks or other interactive elements | 4 |
meirionhughes/aurelia-resize | A plugin for detecting when DOM elements change size | 16 |
tachibana-shin/vue-re-resizable | A component library for creating resizable elements in Vue.js applications. | 2 |
redcodemohammed/vue-sounds | A Vue.js plugin to play sounds by dynamically adding and managing audio clips. | 12 |
david-desmaisons/vue-semantic-modal | A Vue.js component for creating a modal dialog with Semantic UI styling without relying on jQuery. | 45 |