# Button

Component design (has different styles and sizes):

<div align="left"><figure><img src="https://691205473-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDTL6WUldKvxQaP8jzz%2Fuploads%2FNGiBidbT9JUmYXgrlmbb%2Fimage.png?alt=media&#x26;token=7e62457d-f366-4a7c-8c8b-005b1f74777b" alt=""><figcaption></figcaption></figure></div>

How to use a component:

```php
STM_LMS_Templates::show_lms_template(
    'components/button',
     array(
         'id'    => string|int, (required)
         'title' => string, (required)
         'link'  => string, (required)
         'icon'  => string, (required) ('left'|'right'|'')
         'style' => string, (required) ('primary'|'secondary'|'tertiary'|'outline'|'danger')
         'size'  => string, (required) ('sm'|'md')
     )
 );
```
