> ## 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 component msm-button.

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

## Purpose

Render form inputs and UI controls.

## Usage

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

## Attributes / properties

| Name      | Type    | Default | Notes |
| --------- | ------- | ------- | ----- |
| `theme`   | string  | -       |       |
| `type`    | string  | -       |       |
| `variant` | string  | -       |       |
| `loading` | boolean | -       |       |
| `href`    | string  | -       |       |

## Events

This component does not emit custom events.

## CSS parts

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

## Slots

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

## Methods

No documented public methods.
