Skip to content

Instantly share code, notes, and snippets.

@pushmatrix
Created October 30, 2012 03:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pushmatrix/3978209 to your computer and use it in GitHub Desktop.
Save pushmatrix/3978209 to your computer and use it in GitHub Desktop.
Number widget in Dashing (HTML)
<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