Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

nickware-group/facefull

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

159 Commits
159 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Facefull library
1.2.0

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 supports 3 modes: native for native apps, electron for Electron apps and web for web apps. Learn more on Facefull bridge library page.

facefull official page
web app demo 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() in your main JS file.

And then:

window.addEventListener('load', function () {
    // for native mode
    facefull.doInit({mode: 'native', disable_context_menu: true});
    // or for Electron mode
    // facefull.doInit({mode: 'electron', disable_context_menu: true});
    // or for Web mode
    // facefull.doInit({mode: 'web', disable_context_menu: false});
});

Learn more on our wiki

API documentation

Facefull bridge library for native apps


AVAILABLE UI COMPONENTS

Releases

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.