Open source bundle of easy to use Angular 2 components.
-
Speed up your Angular 2 applications development with a2ui!
Demo
Check out a2ui - in action at http://a2ui-examples.codeweaver.pl - in code at https://github.com/a2ui/a2ui-example
Dependencies
To use bootstrap components you need to have bootstrap.js and jQuery. There are no more external dependencies.
Usage
Install with:
npm install a2ui --save
and use with SystemJS:
System.config({ paths: { 'npm:': 'node_modules/' }, map: { ... 'a2ui': 'npm:a2ui' }, packages: { ... a2ui: { defaultExtension: 'js' } } });
and example reference in code:
import {Alert} from "a2ui/bootstrap/alert/alert.component"; @NgModule({ imports: [...], declarations: [Alert] }) export class AppModule {}
Available components:
Utils:
ready
Clipboard copy and cutready
On initialize expressionready
Upload componentready
File drag eventsready
Changes watcher- Table helpers
- Validation helpers
- Utility pipes collection
- Http cache
Bootstrap:
ready
Accordionready
Alertready
Date pickerready
Date time pickerready
Date range pickerready
Date time range pickerready
Data tableready
Modalready
Paginationready
Popoverready
Ratingready
Tabsready
Typeahead- Feedback panel
- Image viewer, image gallery
Components under consideration
- Color picker
- Charts
- Tree view
- Tree table
- Drag and drop
Posts
subscribe via RSS