<div styling="progress-bar">
<div styling="progress-bar-fill" style="width: 66%"></div>
</div>
<div styling="progress-bar">
<div styling="progress-bar-fill bg-sunflower" style="width: 33%"></div>
</div>
<layout:grid>
<layout:block sm="1-2">
<progress:radial percentage="33"></progress:radial>
</layout:block>
<layout:block sm="1-2">
<progress:radial percentage="88" fill-class="tk-stl-bg-raspberry" percentage-class="tk-stl-text-raspberry"></progress:radial>
</layout:block>
</layout:grid>
Was this page helpful?