Louis
Louis

Reputation: 4210

Javascript UI Toolkit

I'm looking for a light-weight UI toolkit written in Javascript (something like Swing) but I'd rather not use ExtJS because I fear that will slow things down tremendously. Are there any small UI toolkits out there that mainly focus on layouts?

The problems I face in particular are working with layouts. A lot of toolkits come with different layout styles (Floating, Grid, Split Panes) and that is quite hard with CSS (especially heights extending 100%). It's also to be used as a framework for other developers to easily create layouts and just apply their own CSS (for themes).

Upvotes: 4

Views: 2842

Answers (4)

Igor Pavelek
Igor Pavelek

Reputation: 1444

Have a look at http://qooxdoo.org as well.


Edited: If it's just about layout, did you consider using just a CSS framework (e. g. Blueprint)?

This is a great tool for building CSS http://compass-style.org.

Upvotes: 5

Robusto
Robusto

Reputation: 31883

jQuery gzips its minified version to about 24k, and is as robust as you will need for that 24k. You can also link your pages to it through Google's hosting.

Upvotes: 1

Secko
Secko

Reputation: 7716

Try, UKI Simple UI Kit

Upvotes: 7

TomHastjarjanto
TomHastjarjanto

Reputation: 5408

You can look into one of the following

Upvotes: 1

Related Questions