> ## 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-contact-person-block

> Web-Komponente msm-contact-person-block.

`msm-contact-person-block` ist eine Web-Komponente (Lit).

## Zweck

Wiederverwendbarer UI-Baustein.

## Beispiel

```html theme={null}
<msm-contact-person-block></msm-contact-person-block>
```

## Attribute / Properties

| Name              | Typ     | Standard        | Hinweise |
| ----------------- | ------- | --------------- | -------- |
| `button-link`     | string  | -               |          |
| `button-text`     | string  | `'Button text'` |          |
| `button-outgoing` | boolean | -               |          |
| `margin-top`      | number  | `0`             |          |
| `margin-bottom`   | number  | `0`             |          |

## Events

Diese Komponente feuert keine eigenen Custom Events.

## CSS parts

Keine `part`-Slots dokumentiert.

## Slots

* `slot[name="image"]`
* `slot[name="heading1"]`
* `slot[name="text1"]`
* `slot[name="text2"]`
* `slot[name="text3"]`
* `slot[name="heading2"]`
* `slot[name="name"]`
* `slot[name="position"]`
* `slot[name="contact-info"]`

## Methoden

Keine öffentlichen Methoden dokumentiert.
