# Loader

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%2FdiyncxT5DWF2t1Y3BQtO%2Fimage.png?alt=media&#x26;token=fb7a8aa8-4ce2-442d-8fb4-05eafd42c17a" alt=""><figcaption></figcaption></figure>

How to use a component:

```php
STM_LMS_Templates::show_lms_template(
    'components/loader',
    array(
        'delay'     => int, (required)
        'dark_mode' => bool, (required)
    )
);
```
