> ## 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-logo-bars

> Web component msm-logo-bars.

`msm-logo-bars` is a web component built with Lit.

## Purpose

Use this component as a reusable UI building block.

## Usage

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

## 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="${ name }${ i }"]`
* `slot[name="title"]`
* `slot[name="heading1"]`
* `slot[name="heading2"]`
* `slot[name="heading3"]`
* `slot[name="heading4"]`
* `slot[name="heading5"]`
* `slot[name="icon"]`
* `slot[name="iconDescription"]`

## Methods

No documented public methods.
