koui

1.0.0 • Public • Published

# 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.

Package Sidebar

Install

npm i koui

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • mluce