> ## 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-button

> Web-Komponente msm-button.

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

## Zweck

Formulareingaben und UI-Controls.

## Beispiel

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

## Attribute / Properties

| Name      | Typ     | Standard | Hinweise |
| --------- | ------- | -------- | -------- |
| `theme`   | string  | -        |          |
| `type`    | string  | -        |          |
| `variant` | string  | -        |          |
| `loading` | boolean | -        |          |
| `href`    | string  | -        |          |

## Events

Diese Komponente feuert keine eigenen Custom Events.

## CSS parts

* `base`
* `label`
* `prefix`
* `suffix`

## Slots

* `slot[name="icon"]`
* `slot[name="prefix"]`
* `slot`
* `slot[name="suffix"]`

## Methoden

Keine öffentlichen Methoden dokumentiert.
