Javascript UI Toolkit

I am looking for a lightweight UI toolkit written in Javascript (something like Swing), but I would prefer not to use ExtJS, because I'm afraid it will slow down a lot. Are there small user interface tools that mainly focus on layouts?

The problems that I am facing, in particular, work with layouts. Many toolboxes have different layout styles (floating, grids, divided panels), and this is quite difficult with CSS (especially the height is increased by 100%). It should also be used as a basis for other developers to easily create layouts and just apply custom CSS (for themes).

+4
source share
4 answers
+7
source

Take a look at http://qooxdoo.org .


Edited: if we are only talking about layout, have you considered using only CSS frames (e.g. Blueprint)?

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

+5
source

You can watch one of the following

+1
source

jQuery gzips decrypts its version up to 24k, and is as reliable as you need 24k for this. You can also link your pages to it through Google hosting.

+1
source

Source: https://habr.com/ru/post/1311341/


All Articles