Skip to content

flehoux/angular-resizable-flex

Repository files navigation

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

About

Attribute directive built to resize flex elements

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published