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.
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!
MH_UI relies on two different dependencies: jQuery
, Twitter's Bootstrap both CSS and JS
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
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!