> ## 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-компонент msm-introduction-banner.

`msm-introduction-banner` — web-компонент на Lit.

## Назначение

Переиспользуемый UI-блок.

## Пример

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

## Атрибуты / свойства

| Имя                      | Тип     | По умолчанию        | Примечания |
| ------------------------ | ------- | ------------------- | ---------- |
| `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`                 |            |

## События

Этот компонент не генерирует собственных CustomEvent.

## CSS parts

Документированных `part`-слотов нет.

## Слоты

* `slot[name="title"]`
* `slot[name="content"]`
* `slot[name="image"]`

## Методы

Публичные методы не документированы.
