/MH_UI

Javascript wrapper to create UI element with Twitter Bootstrap

Primary LanguageJavaScript

MH_UI

22/11/2014: Add module compatible with require.js

The purpose of this library is to provide a way to create interactive UI component such modal and toast in JavaScript without bother the developer to create the DOM element and insert HTML and CSS inside the JavaScript code, to make the code more readable, clean and have a HTML/CSS separate from the JS file or script.

Here some info about the UI.

Why should I use this UI?

Beacause it's awesome, you can create very complex UI element with a very few line of code, each component is highly configurable but with the default option you can create very cool stuff with one line of code, and the best part is: You can change the default configuration one time and every component create will be based on the new configurations!

Dependencies

MH_UI relies on two different dependencies: jQuery, Twitter's Bootstrap both CSS and JS

Is this library a Framework

Of course not, it's just a simple library with one goal: make your life easier when you want to create interactive UI element in JavaScript

Can I contribute?

PLEASE! fork the github repo, play with it mess around with the component and send a pull request with your code, the more the merrier!