> ## 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-bulletpoints-list

> Web component msm-bulletpoints-list.

`msm-bulletpoints-list` is a web component built with Lit.

## Purpose

Use this component as a reusable UI building block.

## Usage

```html theme={null}
<msm-bulletpoints-list></msm-bulletpoints-list>
```

## Attributes / properties

| Name                 | Type   | Default | Notes |
| -------------------- | ------ | ------- | ----- |
| `items`              | string | `""`    |       |
| `margin-top`         | number | `0`     |       |
| `margin-bottom`      | number | `0`     |       |
| `item-margin-bottom` | number | `1`     |       |

## Events

This component does not emit custom events.

## CSS parts

No documented `part` slots.

## Slots

* `slot[name="title"]`

## Methods

No documented public methods.
