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

`msm-introduction-banner` is a web component built with Lit.

## Purpose

Use this component as a reusable UI building block.

## Usage

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

## Attributes / properties

| Name                     | Type    | Default             | Notes |
| ------------------------ | ------- | ------------------- | ----- |
| `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

This component does not emit custom events.

## CSS parts

No documented `part` slots.

## Slots

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

## Methods

No documented public methods.
