# Progress

Component design:&#x20;

<figure><img src="https://2021837383-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDO9V_qgvV5cQdw04iz%2Fuploads%2FEtlgxNfioct2VAbqnbPA%2Fimage.png?alt=media&#x26;token=4caa8bb6-d5aa-4279-bcb1-72d3cb635f03" alt=""><figcaption></figcaption></figure>

How to use a component:

```php
STM_LMS_Templates::show_lms_template(
    'components/progress',
    array(
        'title'     => string, (required)
        'progress'  => int, (required)
        'dark_mode' => bool, (required)
    )
);
```
