All Projects → IdanCo → Ng1bs4

IdanCo / Ng1bs4

AngularJS with Bootstrap 4

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ng1bs4

Coreui Angularjs
CoreUI AngularJS is free AngularJS admin template based on Bootstrap 4
Stars: ✭ 101 (+158.97%)
Mutual labels:  bootstrap, angularjs, bootstrap4
Root Bootstrap 4 Admin Template With Angularjs Angular 2 Support
Root is Boostrap 4 Admin Template with Angular 2 and AngularJS support
Stars: ✭ 54 (+38.46%)
Mutual labels:  bootstrap, angularjs, bootstrap4
Staradmin Free Angular Admin Template
Star Admin Angular Admin is a free admin template based on Bootstrap 4 and Angular
Stars: ✭ 112 (+187.18%)
Mutual labels:  bootstrap, angularjs, bootstrap4
Clever Bootstrap 4 Admin Template With Angularjs Angular 2 Support
Clever is Boostrap 4 Admin Template with Angular 2 and AngularJS support
Stars: ✭ 98 (+151.28%)
Mutual labels:  bootstrap, angularjs, bootstrap4
Coreui Free Bootstrap Admin Template
CoreUI is free bootstrap admin template
Stars: ✭ 11,038 (+28202.56%)
Mutual labels:  bootstrap, angularjs, bootstrap4
Bootstrap4 Offline Docs
Bootstrap 4.4 offline documentation
Stars: ✭ 655 (+1579.49%)
Mutual labels:  bootstrap, bootstrap4
Material Kit
Free and Open Source UI Kit for Bootstrap 4, React, Vue.js, React Native and Sketch based on Google's Material Design
Stars: ✭ 5,672 (+14443.59%)
Mutual labels:  bootstrap, bootstrap4
Bootstrap Show Modal
A Bootstrap 4 / jQuery plugin wrapper, to create modals dynamically in JavaScript
Stars: ✭ 38 (-2.56%)
Mutual labels:  bootstrap, bootstrap4
Startbootstrap Modern Business
A multipurpose Bootstrap full website template created by Start Bootstrap
Stars: ✭ 753 (+1830.77%)
Mutual labels:  bootstrap, bootstrap4
Tailwindo
🔌 Convert Bootstrap CSS code to Tailwind CSS code
Stars: ✭ 606 (+1453.85%)
Mutual labels:  bootstrap, bootstrap4
Sleek Dashboard
Sleek Dashboard - Free Bootstrap 4 Admin Template and UI Kit
Stars: ✭ 690 (+1669.23%)
Mutual labels:  bootstrap, bootstrap4
Vue Bootstrap With Material Design
Vue Bootstrap with Material Design - Powerful and free UI KIT
Stars: ✭ 803 (+1958.97%)
Mutual labels:  bootstrap, bootstrap4
Startbootstrap Round About
A Bootstrap HTML template for creating about pages - created by Start Bootstrap
Stars: ✭ 35 (-10.26%)
Mutual labels:  bootstrap, bootstrap4
Honoka
Honoka is one of the original Bootstrap theme.
Stars: ✭ 634 (+1525.64%)
Mutual labels:  bootstrap, bootstrap4
Mobirise
Free Website Builder for Bootstrap 4 & AMP
Stars: ✭ 664 (+1602.56%)
Mutual labels:  bootstrap, bootstrap4
Startbootstrap Scrolling Nav
An unstyled Bootstrap HTML template for creating smooth scrolling, one page websites - created by Start Bootstrap
Stars: ✭ 625 (+1502.56%)
Mutual labels:  bootstrap, bootstrap4
Startbootstrap Stylish Portfolio
A stylish, one page, Bootstrap portfolio theme created by Start Bootstrap
Stars: ✭ 748 (+1817.95%)
Mutual labels:  bootstrap, bootstrap4
Globaleaks
GlobaLeaks is free, open source software enabling anyone to easily set up and maintain a secure whistleblowing platform.
Stars: ✭ 832 (+2033.33%)
Mutual labels:  bootstrap, angularjs
Todo List App
Spring Boot 1.3.2, Spring Data Hibernate H2, REST, Angular 1.5.3, Bootstrap, Maven.
Stars: ✭ 6 (-84.62%)
Mutual labels:  bootstrap, angularjs
Startbootstrap New Age
A web app landing page theme created by Start Bootstrap
Stars: ✭ 855 (+2092.31%)
Mutual labels:  bootstrap, bootstrap4

ng1bs4

Tomorrow's Library with Yesterday's Framework

Gitter chat

Build Status npm version

A Library of AngularJS Components Implementing Boostrap 4

Just because you use AngularJS and not Angular like all the cool kids, doesn't 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 at https://idanco.github.io/ng1bs4/.

Alternatives

  • 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

Install bootstrap 4 and import it's JS and styling into your project.

Install ng1bs4

npm install ng1bs4 --save

Import ng1bs4 module and styling into your project

import ng1bs4 from 'ng1bs4';
import 'ng1bs4/dist/import.css'

Inject ng1bs4 module into your app

angular
  .module('myApp', [
    ...,
    ng1bs4
  ]);

Test by adding this directive anywhere in your markup

<ngbs-test></ngbs-test>

for more details checkout a sample project with angularJS, bootstrap4 and ng1bs4.

Philosophy

No Styling. We believe you should be able to customize as much as you want, and with Bootstrap 4 theming is easy! That's 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 needs should be easy peasy.

Create New Components

Development is easy and fun! Just follow these simple steps to get started:

  1. Have at least Node.js 6.x installed
  2. Fork the main repository
  3. Git clone the forked repository
  4. Run the following commands
    1. npm i
    2. npm run serve
  5. Open http://localhost:8080 in a browser
  6. Start making amazing changes!

Create new components easily with our generator:

npm run new

And follow the on-screen instructions. Created a cool component? Make a pull request and contribute it back.

Contribute

§[email protected]#$%^ HELP NEEDED! ^%$#@!§

We're a new open source project, trying to make our way in this crazy javascript world. There's tons of work to be done and any effort will be appreciated.

You can help by:

  • Staring, sharing, forking, and most of all: using
  • Documentation (create a pull request)
  • Building new components (create a pull request)
  • Improving existing components (create a pull request)
  • Coming up with ideas for new components or new features (open an issue)
  • Testing - unit, integration, and pregnancy (create a pull request)
  • Setting up coding standards and linting (create a pull request)
  • Stack, build, deploy and all that jazz

Any questions? open an issue or join us on gitter - https://gitter.im/ng1bs4

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].