Vue.resize
Vue directive to detect HTML resize events based on CSS Element Queries with deboucing and throttling capacity.
Use throttle when you need to rate-limit resize events frequency.
- With default timeout (150 ms):
- With custom timeout (in ms):
Debounce
Use debounce when you only need to be notified when resize events ends.
- With default timeout (150 ms):
- With custom timeout (in ms):
Installation
- Available through npm:
- For Modules