> ## 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-chip

> Web component msm-chip.

`msm-chip` is a web component built with Lit.

## Purpose

Use this component as a reusable UI building block.

## Usage

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

## Attributes / properties

| Name           | Type   | Default | Notes         |
| -------------- | ------ | ------- | ------------- |
| `label`        | string | -       |               |
| `leadingIcon`  | object | -       | property only |
| `trailingIcon` | object | -       | property only |

## Events

This component does not emit custom events.

## CSS parts

* `base`
* `label`
* `prefix`
* `suffix`

## Slots

No documented slots.

## Methods

No documented public methods.
