> ## 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-Komponente msm-tabs.

`msm-tabs` ist eine Web-Komponente (Lit).

## Zweck

Tabbed UI.

## Beispiel

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

## Attribute / Properties

| Name               | Typ    | Standard | Hinweise      |
| ------------------ | ------ | -------- | ------------- |
| `activeTabTitle`   | number | -        | property only |
| `tabs`             | array  | `[]`     |               |
| `application-name` | string | -        |               |

## Events

Diese Komponente feuert keine eigenen Custom Events.

## CSS parts

Keine `part`-Slots dokumentiert.

## Slots

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

## Methoden

Keine öffentlichen Methoden dokumentiert.
