Skip to content

Latest commit

 

History

History
63 lines (53 loc) · 3 KB

README.md

File metadata and controls

63 lines (53 loc) · 3 KB

facefull official page

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.


LICENCE

Facefull library is distributed under the MIT Licence.


QUICK START

Just run facefullCreate() or facefullCreate(true) (for native desktop app) in your main JS file.

And then:

window.addEventListener('load', function () {
    facefull.doInit();
});

Learn more on our wiki

API documentation


AVAILABLE UI COMPONENTS