Skip to content

Jokr is a JavaScript library for easily creating user interface elements used in front-end web application development. It is easily themeable and features events that can be listened for in order to manipulate DOM elements as you would normally.

License

Notifications You must be signed in to change notification settings

jordancraig/jokr.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jokr.IO

Jokr is a JavaScript library for easily creating user interface elements used in front-end web application development. It is easily themeable and features events that can be listened for in order to manipulate DOM elements as you would normally.

Jokr allows for easy switching between front-end libraries like Bootstrap and Foundation.

How to use

First create a new instance of jokr with the specified framework:

var jokr = new Jokr().play('bootstrap');

Creating pages

To create a simple user login form, you simply call the following method.

var loginForm = new GmailSignIn('body').create();

Misc

Check it out and contribute!

Created by @jordancraig94 and @mightyshakerjnr.

About

Jokr is a JavaScript library for easily creating user interface elements used in front-end web application development. It is easily themeable and features events that can be listened for in order to manipulate DOM elements as you would normally.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published