I download the demo, unzip it, access the demo folder, type bower install and no errors pop up After that I open index.html, but the widgets don't respond.
The fields are all empty and nonresponsive. Am I missing a step?
JQuery path is broken in index.html. You need to set it to:
<script src="bower_components/jquery/dist/jquery.js"></script>