> ## 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-search-bar

> Web-Komponente msm-search-bar.

`msm-search-bar` ist eine Web-Komponente (Lit).

## Zweck

UI für Suche (Eingabe, Filter, Ergebnisse, Pagination).

## Beispiel

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

## Attribute / Properties

| Name               | Typ    | Standard | Hinweise |
| ------------------ | ------ | -------- | -------- |
| `type`             | string | -        |          |
| `text-color`       | string | -        |          |
| `background-color` | string | -        |          |
| `border-color`     | string | -        |          |
| `border-width`     | string | -        |          |
| `border-style`     | string | -        |          |
| `border-radius`    | string | -        |          |

## Events

Diese Komponente feuert keine eigenen Custom Events.

## CSS parts

* `frame`
* `input`

## Slots

Keine Slots dokumentiert.

## Methoden

Keine öffentlichen Methoden dokumentiert.
