Getting Started
Installation
bash
pnpm add ember-resize-modifierOr with npm:
bash
npm install ember-resize-modifierCompatibility
- Ember.js v4.12 or above
- Embroider or ember-auto-import v2
Browser Support
The didResize modifier is supported in the latest versions of every browser except IE 11. In browsers where ResizeObserver is not supported, this modifier becomes a no-op. It will not error, nor will it employ a fallback. Features built with this addon will simply gracefully not respond to resize events.