[Short description of the addon.]
- Ember.js v2.18 or above
- Ember CLI v2.13 or above
ember install ember-check-size
<div {{check-size enabled=enabled onHeightChanged=(action (mut height)) onWidthChanged=(action (mut width)) }} style='background-color:brown; height:200px; margin:10px; padding:5px; {{if enabled "" (concat "width:" width "px;")}}'> </div>
See the Contributing guide for details.
git clone <repository-url>
cd ember-check-size
npm install
This project is licensed under the MIT License.