# Countdown

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%2Fpnq8Eq1saYGUXPuEVhxp%2Fimage.png?alt=media&#x26;token=893710c1-f6d3-4325-a5d9-e4bd3191cb2e" alt=""><figcaption></figcaption></figure>

How to use a component:

```php
STM_LMS_Templates::show_lms_template(
    'components/countdown',
    array(
        'id'         => string, (required)
        'start_time' => int, (required)
        'dark_mode'  => bool, (required)
        'style'      => string, (required) ('gray'|'default')
    )
);
```
