bootstrap-obj
v0.2.0
Published
Bootstrap Components as Typescript Classes.
Readme

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.
