# Tabs-pagination

Component design:&#x20;

<figure><img src="https://691205473-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDTL6WUldKvxQaP8jzz%2Fuploads%2FIL83WSpKY7g8cKufghaa%2Fimage.png?alt=media&#x26;token=25dc964e-0fe6-4beb-b4d5-3775faf10ce1" alt=""><figcaption></figcaption></figure>

How to use a component:

```php
STM_LMS_Templates::show_lms_template(
    'components/tabs-pagination',
    array(
        'max_visible_tabs' => int, (required)
        'tabs_quantity'    => int, (required)
        'vertical'         => bool, (required)
        'dark_mode'        => bool, (required)
    )
);
```
