> ## 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-blog-article

> Web component msm-blog-article.

`msm-blog-article` is a web component built with Lit.

## Purpose

Use this component as a reusable UI building block.

## Usage

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

## 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="date"]`
* `slot[name="title"]`
* `slot[name="text1"]`
* `slot[name="quotation-mark"]`
* `slot[name="quote"]`
* `slot[name="text2"]`

## Methods

No documented public methods.
