Simple and small cross-platform UI controls JS library.
Not a framework. No dependencies. Just a library.
30+ UI controls (buttons, lists, switches, tabs, scrollboxes, progressbars, etc) based on JS. Build your web apps or native desktop apps with Facefull.
Facefull library is distributed under the MIT Licence.
Just run facefullCreate()
or facefullCreate(true)
(for native desktop app) in your main JS file.
And then:
window.addEventListener('load', function () {
facefull.doInit();
});