> ## 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-menu-block

> Web component msm-menu-block.

`msm-menu-block` is a web component built with Lit.

## Purpose

Render navigation/menu UI.

## Usage

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

## Attributes / properties

| Name               | Type   | Default | Notes |
| ------------------ | ------ | ------- | ----- |
| `margin-top`       | number | `0`     |       |
| `margin-bottom`    | number | `0`     |       |
| `background-image` | string | -       |       |

## Events

This component does not emit custom events.

## CSS parts

No documented `part` slots.

## Slots

* `slot[name="title"]`
* `slot[name="text"]`
* `slot[name="block1"]`
* `slot[name="block2"]`
* `slot[name="block3"]`
* `slot[name="block4"]`
* `slot[name="block5"]`
* `slot[name="block6"]`

## Methods

No documented public methods.
