UKI: Simple UI Kit is a JavaScript based rich view component framework that can be used to create full desktop like web applications or just components inside a web page. It does not require any markup or CSS, all interfaces are build with JavaScript. UKI will manage focus, selection, scrolling, layout, events for you. It is cross browser and works with IE6+, Opera 9+, FF 2+, Safari 3+, Chrome.

UKI is ideal if you are comfortable with JavaScript; but it is also fairly easy for JavaScript beginners to play with. All you need to do is include UKI file in your page and then add your script to add views, layouts, models and controllers. If you only need to use one or more of its UI components in you web page you can attach a widget to any div by using widget’s attachTo() method.
Developed by Vladimir Kolesnikov; Simple UI Kit is available for download under MIT License. You can find further information, demos & download on Simple UI Kit Website.


