#Happy components
See demo
##Usage
-
Make sure you are using happy components
<script type="text/javascript" src="../src/assets/js/happy.js"></script> -
Use them:
-
Simple:
<label> <input class="happy" type="radio" name="animal" value="dog"> A dog </label>
-
Colored (as you are used to from Bootstrap)
<input class="happy primary">
-
In case you need to re-init Happy JS, call
window.happy.reset();