We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84020de + e9b20c1 commit ae0d8a0Copy full SHA for ae0d8a0
docs/index.md
@@ -1,7 +1,14 @@
1
# Ember-Resize-Modifier
2
3
This addon provides a [`did-resize`](modifiers/did-resize) modifier for detecting
4
-resize events on the element or component it's attached to.
+resize events on the element or component it's attached to. These events could include window resizing
5
+CSS changes, content updates, and more!
6
+
7
+## Installation
8
9
+```bash{data-execute=false}
10
+ember install ember-resize-modifier
11
+```
12
13
## Browser Support
14
0 commit comments