> ## 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-Komponente msm-chip.

`msm-chip` ist eine Web-Komponente (Lit).

## Zweck

Wiederverwendbarer UI-Baustein.

## Beispiel

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

## Attribute / Properties

| Name           | Typ    | Standard | Hinweise      |
| -------------- | ------ | -------- | ------------- |
| `label`        | string | -        |               |
| `leadingIcon`  | object | -        | property only |
| `trailingIcon` | object | -        | property only |

## Events

Diese Komponente feuert keine eigenen Custom Events.

## CSS parts

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

## Slots

Keine Slots dokumentiert.

## Methoden

Keine öffentlichen Methoden dokumentiert.
