Default

Background Color
All background colors can be use to change the color of the bar
Radial

Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Action required: Upgrade to Fusion 5.17.2 to apply urgent security patches. Lucidworks Search clients will be upgraded automatically.

<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?