0.1.2 • Published 9 years ago

node-bootstrap-html v0.1.2

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

node-bootstrap-html

HTML generator for Twitter Bootstrap components (to use with node.js / io.js)

The goal is to get a helper class to use vanilla or in any node.js / io.js framework to generate the html code of the components (http://getbootstrap.com/components/).

For example in total.js:

framework.helpers.bootstrap = require("node-bootstrap-html");

still in development - not yet finished

Included Bootstrap components:

  • Glyphicon (0.1.0)
  • Dropdown (0.1.0)
  • DropdownItem (0.1.0)
  • Alert (0.1.2)
  • Panel (0.1.2)
  • Embed (responsive) (0.1.1)
  • Well (0.1.1)

components to do:

  • Button
  • ButtonGroup
  • ButtonToolbar
  • InputGroup
  • Tabs
  • Pill
  • Navbar
  • NavbarItem
  • Breadcrumbs
  • Pagination
  • Pager
  • Label
  • Badge
  • Jumbotron
  • PageHeader
  • Thumbnail
  • ProgressBar
  • MediaObject
  • ListGroup