Thanks to visit codestin.com
Credit goes to github.com

Skip to content

spatools/koui

Repository files navigation

KoUI Build Status Bower version NuGet version npm version

Knockout UI widgets to help Knockout app development.

Installation

Using Bower:

$ bower install koui --save

Using NuGet:

$ Install-Package KoUI

Usage

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.

About

Knockout UI widgets to help Knockout app development

Resources

License

Stars

Watchers

Forks

Packages

No packages published