angular-resizable-flex
Version:
Attribute directive built to resize flex elements
23 lines (14 loc) • 722 B
Markdown
# angular-resizable-flex
Attribute directive built to resize flex elements. Should be compatible with most browsers and IE 11+.
---
## Quick overview
```html
<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](LICENSE) @ [flehoux](github.com/flehoux)