Elements
These modular elements can be readily used and customized across pages and in different blocks.
Theme Progress Bar <> show code
<div class="barWrapper">
<span class="progressText">Skill Title</span>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
<span class="popOver" data-toggle="tooltip" data-placement="top" title="90%"> </span>
</div>
</div>
- Follow the code example to get the following style. You you want to customize the style you can add classes or modify the existing class property