> ## 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-brick-style-blocks

> Web component msm-brick-style-blocks.

`msm-brick-style-blocks` is a web component built with Lit.

## Purpose

Use this component as a reusable UI building block.

## Usage

```html theme={null}
<msm-brick-style-blocks></msm-brick-style-blocks>
```

## Attributes / properties

| Name            | Type   | Default | Notes |
| --------------- | ------ | ------- | ----- |
| `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="index1"]`
* `slot[name="title1"]`
* `slot[name="description1"]`
* `slot[name="big-box1"]`
* `slot[name="big-box2"]`
* `slot[name="index2"]`
* `slot[name="title2"]`
* `slot[name="description2"]`

## Methods

No documented public methods.
