0.2.7 • Published 9 years ago
ng2-resizable-ci v0.2.7
I do not own this package
This is just a fork from the original respository by user Mixomat. I have updated it to work for an updated version of angular2 and published it on npm. All rights belong to the original author that can be found here: https://github.com/mixomat/ng2-resizable
Angular2 Resizable
This is an work-in-progress implementation of an Angular 2 component for resizable containers.
Setup
- Run
npm install ng2-resizable --savein your project directory. - See
examples/webpackfor an example how to bundle this library with webpack.
Custom Styles (optional)
You can create your custom styles for the grabber. The Resizable component adds the CSS class resizable
and the classes left, right, top, bottom for each given direction.
Build
To build, first run npm install to get all the dev dependencies. Then you can use the npm run build script to
compile the TypeScript files, and generate the dist output.
TODO
- Autoprefixed CSS.
- Full Karma test suite.
License
MIT