RightJS-UI is a collection of standard user-interface widgets implemented using the RightJS library.
All the latests builds of the project are available at the home page
In order to build any widgets on your own you'll need NodeJS and if you also have npm you might want to install the nake tools
npm install nake
After that either run nake
nake build
or, if you don't have npm, just run the Nakefile
directly with NodeJS
node Nakefile build
Try, -l
or --list
key to see which other tasks are available
And you also can build/pack/check only some of the widgets
nake build OPTIONS=calendar,autocompleter
The code released under terms of the MIT License
Copyright (C) 2009-2011 Nikolay Nemshilov