# File-attachment

Component design:&#x20;

<figure><img src="https://691205473-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDTL6WUldKvxQaP8jzz%2Fuploads%2FYngDDAvpLYPsQ9cMGAwO%2Fimage.png?alt=media&#x26;token=ade9cbde-139e-4025-8bd2-c7d4e5a25635" alt=""><figcaption></figcaption></figure>

How to use a component:

```php
STM_LMS_Templates::show_lms_template(
    'components/file-attachment',
    array(
        'attachments' => array, (required) from standard wordpress query with 'post_type' => 'attachment'
        'dark_mode'   => bool, (required)
    )
);
```
