0.2.0 • Published 7 years ago

bootstrap-obj v0.2.0

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
7 years ago

alt

Bootstrap Obj

What is Bootstrap Obj ?:

Bootstrap components as Typescript classes. Quickly prototype bootstrap UI in Typescript. No need to write a single HTML tag.

Installation:

npm install bootstrap-obj

Getting Started:

  • create your index.html
  • import the OB module and call init(). to initialize bootstrap.
  • import componenet as needed. e..: import {OB, NavBar, Footer} from 'bootstrap-obj';

Note:

  • Not designed for production.
  • Overwrite the init() to append the diffrent bootstrap css/js files from your desired path.