summaryrefslogtreecommitdiff
path: root/widgets/number/number.html
blob: c82e5f4a2729675a6cc3d9b0545633df3519f4b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
<h1 class="title" data-bind="title"></h1>

<h2 class="value" data-bind="current | shortenedNumber | prepend prefix | append suffix"></h2>

<p class="change-rate">
  <i data-bind-class="arrow"></i><span data-bind="difference"></span>
</p>

<p class="more-info" data-bind="moreinfo"></p>

<p class="updated-at" data-bind="updatedAtMessage"></p>