Skip to content

Commit

Permalink
Merge pull request #24 from elwayman02/doc-install
Browse files Browse the repository at this point in the history
Add install instructions to docs
  • Loading branch information
elwayman02 authored May 12, 2020
2 parents 84020de + e9b20c1 commit ae0d8a0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Ember-Resize-Modifier

This addon provides a [`did-resize`](modifiers/did-resize) modifier for detecting
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
CSS changes, content updates, and more!

## Installation

```bash{data-execute=false}
ember install ember-resize-modifier
```

## Browser Support

Expand Down

0 comments on commit ae0d8a0

Please sign in to comment.