Skip to content

CloudNimble/KnockstrapPlus

 
 

Repository files navigation

KnockstrapPlus Build Status

Description

KnockstrapPlus is a Bootstrap 4.x binding library for Knockout.js

Supported widgets:

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

Download

Documentation/Examples

Dependencies

  • jQuery (Any version compatible with Bootstrap 4)
  • Twitter Bootstrap 4 (CSS and JavaScript)
  • Knockout.js (>=3.0.0)

Packages

NuGet | Bower | 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

Packages

No packages published

Languages

  • JavaScript 50.4%
  • HTML 49.1%
  • CSS 0.5%