> ## 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-introduction-banner

> Web-Komponente msm-introduction-banner.

`msm-introduction-banner` ist eine Web-Komponente (Lit).

## Zweck

Wiederverwendbarer UI-Baustein.

## Beispiel

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

## Attribute / Properties

| Name                     | Typ     | Standard            | Hinweise |
| ------------------------ | ------- | ------------------- | -------- |
| `first-button-link`      | string  | -                   |          |
| `first-button-text`      | string  | `'Some link'`       |          |
| `first-button-outgoing`  | boolean | -                   |          |
| `first-button-download`  | boolean | -                   |          |
| `second-button-link`     | string  | -                   |          |
| `second-button-text`     | string  | `'Some other link'` |          |
| `second-button-outgoing` | boolean | -                   |          |
| `second-button-download` | 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="title"]`
* `slot[name="content"]`
* `slot[name="image"]`

## Methoden

Keine öffentlichen Methoden dokumentiert.
