I’m having trouble finding a simple js web UI library that handles styling the following right out of the box:
- Buttons
- Listboxes
- Input Boxes
- Dropdown Menus
- Text Areas
- Checkboxes
- Radio Buttons
- Alert Dialogs
- Modal / Non-modal Windows
I can see various libraries offering styling but so far haven’t found one that handles the aforementioned all at once. The reason why I’m looking for something that already contains support for all of the above in one go is because I’ve had previous experiences with different frameworks / libraries conflicting with each other because they weren’t from the same developer / author.
So before jumping in and trying to mix and match those that I’ve found, I just want to make sure I haven’t missed something good.
Consider Dojo: http://demos.dojotoolkit.org/demos/themePreviewer/demo.html
All of those widgets have styling “right out of the box.” If that doesn’t meet your needs, maybe you could be more specific about what you’re trying to accomplish.