Last active
August 29, 2015 13:57
-
-
Save royts/9347261 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CSS: | |
====== | |
<div class="kpi-boxes"> | |
<div class="kpi-box kpi-first"> | |
</div> | |
<div class="kpi-box"> | |
</div> | |
<div class="kpi-box kpi-last"> | |
</div> | |
</div> | |
Directive: | |
=========== | |
<div kpi-boxes-publisher="{ | |
boxs: [ | |
{ amount: 3, suffix: '%', prefix: '', name 'CTR' } | |
{ amount: 3, suffix: '', prefix: '$', name 'RPM' } | |
{ amount: 3, suffix: '', prefix: '$', name 'Revenue' } | |
] }"></div> | |
-3- basic options: | |
================== | |
1. vanila css | |
2. directive (with bootstrap) | |
3. sass encapsulation | |
Questions: | |
=========== | |
- lib vs. spec | |
- organic/paid under revenue | |
- repository | |
- documentation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment