fenuz / Knockstrap

Knockout bindings to twitter bootstrap 3

Home Page:faulknercs.github.io/Knockstrap/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Knockstrap Build Status

Description

Knockstrap is binding library for Knockout.js, which provides bindings to Twitter Bootstrap widgets

Supported widgets:

  • Modal
  • Tooltip
  • Popover
  • Alert
  • Progress
  • Toggle button
  • Radio button
  • Checkbox button
  • Carousel

Download

Documentation/Examples

Dependencies

  • jQuery
  • Twitter Bootstrap 3
  • Knockout.js

Packages

NuGet | Bower | Jam | npm

Building

Building using grunt:

Install node.js and grunt plugin.

Install all grunt plugins:

npm install

Then you can build project with:

grunt

Also, you can specify custom build and temp directories:

grunt -buildPath=D:/custom/build -tempPath=D:/custom/temp

To build examples use:

grunt examples

Also, you can specify custom examples directory:

grunt -examplesPath=D:/custom/examples

To run unit-tests, use:

grunt jasmine

To run building, tests and minification, use:

grunt release 

License: MIT License

About

Knockout bindings to twitter bootstrap 3

faulknercs.github.io/Knockstrap/

License:MIT License


Languages

Language:JavaScript 98.9%Language:CSS 1.1%