Skip to content

Latest commit

 

History

History
69 lines (56 loc) · 3.29 KB

README.md

File metadata and controls

69 lines (56 loc) · 3.29 KB


Facefull library

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 official page


LICENCE

Facefull library is distributed under the MIT Licence.

Facefull contains the Material Design Icons font, which is licensed under the Apache 2.0 license.


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

Facefull bridge library for native apps


AVAILABLE UI COMPONENTS