1.0.0 • Published 8 years ago

bootstrap-hyperscript v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Bootstrap Hyperscript

A helper library for hyperscript that makes it easy to add bootstrap classes as components for any hyperscript renderer.

Example

document.body.appendChild(
  container([
    navbar([
      brand(['Foo Company'])
    ]),
    jumbotron([
      h('h1', ['Welcome'])
    ])
  ])
)

Documentation

TODO

Installation

npm install bootstrap-hyperscript

Contributing

Code of Conduct

license

MIT