Just because you use AngularJS and not Angular like all the cool kids, does'nt mean you can't look good! Enjoy the robust styling architecture of the new Bootstrap 4, while still using good ol' AngularJS.
See it in action - https://idanco.github.io/ng1bs4/
- Still used to bootstrap 3.x? Use UI Bootstrap
- Finally upgraded to Angular? Use NG Bootstrap
- None of the above? You belong with us!
install ng1bs4:
npm install ng1bs4 --saveimport ng1bs4 module and styling into your project:
import ng1bs4 from 'ng1bs4';
import 'ng1bs4/library/library.css'inject ng1bs4 module into your app:
angular
.module('myApp', [
...,
ng1bs4
]);test by adding this directive anywhere in your markup
<ngbs-test></ngbs-test>No Styling
We believe you should be able to customize as much as you want, and with bootstrap 4 theming is easy! That is why all components include minimal styling, and rely heavily on bootstrap's native classes and variables.
Simple Code
We strive to keep all components as simple yet robust as possible. Hence, rewiring them to fit your need should be easy as pie.
§!@#$%^ HELP NEEDED! ^%$#@!§
We're a brand new library, trying to make its way in this crazy javascript world. There's tons of work to be done and any effort will be appreciated. We need your help in -
- Building new components and imporving existing ones
- Coming up with ideas for new components or new features
- Documentation
- Stack, build, deploy and all that jazz
- Staring, sharing, forking and most of all - using
- Testing (unit, integration and pregnancy)
- Setting up coding standards and linting