Created
October 30, 2012 03:56
-
-
Save pushmatrix/3978209 to your computer and use it in GitHub Desktop.
Number widget in Dashing (HTML)
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
<h1 class="title" data-bind="title"></h1> | |
<h2 class="value" data-bind="current | shortenedNumber | prepend prefix"></h2> | |
<p class="change-rate"> | |
<i data-bind-class="arrow"></i><span data-bind="difference"></span> | |
</p> | |
<p class="more-info" data-bind="moreinfo | raw"></p> | |
<p class="updated-at" data-bind="updatedAtMessage"></p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment