> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mastermindcms.com/llms.txt
> Use this file to discover all available pages before exploring further.

# msm-tabs

> Web component msm-tabs.

`msm-tabs` is a web component built with Lit.

## Purpose

Render tabbed UI.

## Usage

```html theme={null}
<msm-tabs></msm-tabs>
```

## Attributes / properties

| Name               | Type   | Default | Notes         |
| ------------------ | ------ | ------- | ------------- |
| `activeTabTitle`   | number | -       | property only |
| `tabs`             | array  | `[]`    |               |
| `application-name` | string | -       |               |

## Events

This component does not emit custom events.

## CSS parts

No documented `part` slots.

## Slots

* `slot[name="button-${tab.id}"]`
* `slot[name="tab-${this.activeTab.id}"]`

## Methods

No documented public methods.
