Created
October 30, 2012 02:28
-
-
Save pushmatrix/3977957 to your computer and use it in GitHub Desktop.
Demonstration of two Number Widgets.
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
<li data-row="1" data-col="1" data-sizex="1" data-sizey="1"> | |
<div data-id="karma" data-view="Number" data-title="Karma" style="background-color:#96bf48;"></div> | |
</li> | |
<li data-row="1" data-col="1" data-sizex="1" data-sizey="1"> | |
<div data-id="valuation" data-view="Number" data-title="Current Valuation" data-moreinfo="In billions" data-prefix="$"></div> | |
</li> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment