> ## 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-bullet-points

> Web component msm-bullet-points.

`msm-bullet-points` is a web component built with Lit.

## Purpose

Use this component as a reusable UI building block.

## Usage

```html theme={null}
<msm-bullet-points></msm-bullet-points>
```

## 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="title"]`
* `slot[name="image1"]`
* `slot[name="text1"]`
* `slot[name="image2"]`
* `slot[name="text2"]`
* `slot[name="image3"]`
* `slot[name="text3"]`
* `slot[name="image4"]`
* `slot[name="text4"]`

## Methods

No documented public methods.
