Stat
Use to display or highlight numerical data.
Activate Sass component
In order to have the styling of this component available, you need to include it in your project. After including the
Radius library in your main
./index.scss file, add this snippet:
@include radius-component-stat;
Link to Abstract/Sketch file
Download Sketch / Abstract fileUsage
Usage example
£2.3 billion
With label
£2.3 billion
A label example
Code example
<h6 class="stat">£2.3 billion</h6>
<h2>With label</h2>
<h6 class="stat">£2.3 billion</h6>
<div class="label">A label example</div>