60%
Preview
Usage
<div class="progress-bar"> <h4>Progress bar</h4> <div> <div data-progress="70"> <span class="counter" data-to="70" data-speed="2000" data-unit="%">70%</span> </div> </div> </div>
<div class="progress-circle" data-color="#379cf4" data-thickness="6" data-progress="60" data-size="185" data-linecap="round"> <div class="content"> <h4>Progress</h4> <p>Lorem ipsum dolerum</p> <div class="counter" data-to="60" data-speed="2000" data-unit="%">60%</div> </div> </div>
Installation
<script src='themekit/scripts/progress.js'></script>
Settings
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Initialization | Javascript |
|
||||||||||||
Manual initialization | Attribute |
Add the attribute data-trigger="manual" to the component to stop the auto execution of the component on page load.
Use this feature when the component is placed inside a container.
|
||||||||||||
Circle settings | Attribute |
|
||||||||||||
Counter settings | Attribute |
|