Skip to content

Simple and small UI component JS library for web or native desktop applications

License

Notifications You must be signed in to change notification settings

nickware44/facefull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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