4

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

Louis
  • 4,172
  • 4
  • 45
  • 62
  • 2
    It would be helpful if you provided some examples of things you want that you can't do in CSS. If you can do it in CSS, do it there...what on top of/beyond that do you need a library for? (It's a valid question, but there are lots out there, more information would help get you a better answer) – Nick Craver May 30 '10 at 12:06
  • You may find it useful to look into this SO question as well: http://stackoverflow.com/questions/3323347/jquery-ui-without-html – Daniel Ribeiro Aug 21 '10 at 22:27

4 Answers4

7

Try, UKI Simple UI Kit

Secko
  • 7,664
  • 5
  • 31
  • 37
5

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.

Igor Pavelek
  • 1,444
  • 14
  • 22
1

You can look into one of the following

TomHastjarjanto
  • 5,386
  • 1
  • 29
  • 41
1

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.

Robusto
  • 31,447
  • 8
  • 56
  • 77