JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 775
  • Score
    100M100P100Q101501F
  • License MIT

Knockout bindings to Twitter Bootstrap 3

Package Exports

  • knockstrap

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (knockstrap) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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