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

> Web component msm-process.

`msm-process` is a web component built with Lit.

## Purpose

Use this component as a reusable UI building block.

## Usage

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

## Attributes / properties

| Name              | Type    | Default         | Notes |
| ----------------- | ------- | --------------- | ----- |
| `button-link`     | string  | -               |       |
| `button-text`     | string  | `'Button text'` |       |
| `button-outgoing` | 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="subheading1"]`
* `slot[name="text1"]`
* `slot[name="image1"]`
* `slot[name="image2"]`
* `slot[name="subheading2"]`
* `slot[name="text2"]`
* `slot[name="subheading3"]`
* `slot[name="text3"]`
* `slot[name="image3"]`
* `slot[name="image4"]`
* `slot[name="subheading4"]`
* `slot[name="text4"]`

## Methods

No documented public methods.
