# Hint

Component design:&#x20;

<div align="left"><figure><img src="https://691205473-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDTL6WUldKvxQaP8jzz%2Fuploads%2FcPDTuZIzMzrGvtXXSSTj%2Fimage.png?alt=media&#x26;token=730f0da7-c09a-4a80-86e6-8325c660b4ee" alt=""><figcaption></figcaption></figure></div>

How to use a component:

```php
STM_LMS_Templates::show_lms_template(
    'components/hint',
    array(
        'content'   => string|object, (required)
        'side'      => string, (required) ('right'|'left')
        'dark_mode' => bool, (required)
    )
);
```
