0.2.1 • Published 7 years ago

angular-resizable-flex v0.2.1

Weekly downloads
14
License
MIT
Repository
github
Last release
7 years ago

angular-resizable-flex

Attribute directive built to resize flex elements. Should be compatible with most browsers and IE 11+.


Quick overview

<div resizable-flex rf-name="column-1" rf-direction="left" rf-drop-cb="callback(rfObj)"></div>
<div resizable-flex rf-direction="left" rf-size="500"></div>
<div resizable-flex rf-direction="left" rf-handle="'<div></div>'"></div>
<div resizable-flex rf-direction="left" rf-disabled="true"></div>

Contributing

If you want to improve the angular-resizable-flex library, add functionality or improve the docs please feel free to submit a PR. Ensure you run and adapt tests if you do so.

License

MIT License @ flehoux