1.0.0 • Published 10 years ago
koui v1.0.0
KoUI  
  
  
 
Knockout UI widgets to help Knockout app development.
Installation
Using Bower:
$ bower install koui --saveUsing NuGet:
$ Install-Package KoUIUsage
You could use koui in different context.
Browser (AMD from source)
Configure RequireJS.
requirejs.config({
    paths: {
        knockout: 'path/to/knockout',
        underscore: 'path/to/underscore',
        jquery: 'path/to/jquery',
        koutils: 'path/to/koutils',
        koui: 'path/to/koui'
    }
});Load modules
define(["koui/tree"], function(tree) {
    var command = new tree.Tree({
        //...
    });
});Documentation
Samples can be found on samples folder.
Documentation is hosted on Github Wiki.
1.0.0
10 years ago