A visualization library for thumbnail content. Go to the Project Page for a demonstration of the available behaviors.
See Project Page
- Add this script to your application:
<script type="text/javascript" src="./assets/scripts/card-ui-visualizations.js"></script>
- Add this stylesheet:
<link rel="stylesheet" href="./assets/styles/card-ui-visualizations.css">
Under construction
$('.card-block').each(function() { window['card-ui-visualizations']['card-block'](this); });
$('.card-ring').each(function() { window['card-ui-visualizations']['card-ring'](this); });
After forking you should only have to run npm install
from a command line to get your environment setup.
After install you have two gulp commands available to you:
gulp js:lint
gulp js:test