> ## 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-main-container

> Web component msm-main-container.

`msm-main-container` is a web component built with Lit.

## Purpose

Use this component as a reusable UI building block.

## Usage

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

## Attributes / properties

| Name             | Type   | Default | Notes |
| ---------------- | ------ | ------- | ----- |
| `padding-top`    | number | `0`     |       |
| `padding-bottom` | number | `0`     |       |

## Events

This component does not emit custom events.

## CSS parts

No documented `part` slots.

## Slots

* `slot[name="main-container"]`

## Methods

No documented public methods.
