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

> Web-Komponente msm-link.

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

## Zweck

Wiederverwendbarer UI-Baustein.

## Beispiel

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

## Attribute / Properties

| Name                  | Typ     | Standard      | Hinweise |
| --------------------- | ------- | ------------- | -------- |
| `button-link`         | string  | -             |          |
| `button-text`         | string  | `'Click me!'` |          |
| `button-outgoing`     | boolean | -             |          |
| `type`                | string  | -             |          |
| `text-main-color`     | string  | -             |          |
| `text-second-color`   | string  | -             |          |
| `button-main-color`   | string  | -             |          |
| `button-second-color` | string  | -             |          |
| `button-padding`      | string  | -             |          |
| `button-text-size`    | string  | -             |          |

## Events

Diese Komponente feuert keine eigenen Custom Events.

## CSS parts

Keine `part`-Slots dokumentiert.

## Slots

Keine Slots dokumentiert.

## Methoden

Keine öffentlichen Methoden dokumentiert.
