Dependency-free and fairly simple ui widgets (some of which should probably not be widgets at all, but here we are).
Goals for each are:
- to conform to the Custom Elements Specification,
- to be styleable with .css in the normal way,
- to be themeable via
document.documentElement.setAttribute("window-theme", "theme-name");
- to be easy and sane to use
Would love to receive any feedback, issues, or contributions!
ApplicationWindow demo
CodeArea demo
Menus demo
SpinBox demo