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

> Search UI component.

`msm-search-bar` is a web component built with Lit.

## Purpose

Provide search UI (input, filters, results, pagination).

## Usage

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

## Attributes / properties

| Name               | Type   | Default | Notes |
| ------------------ | ------ | ------- | ----- |
| `type`             | string | -       |       |
| `text-color`       | string | -       |       |
| `background-color` | string | -       |       |
| `border-color`     | string | -       |       |
| `border-width`     | string | -       |       |
| `border-style`     | string | -       |       |
| `border-radius`    | string | -       |       |

## Events

This component does not emit custom events.

## CSS parts

* `frame`
* `input`

## Slots

No documented slots.

## Methods

No documented public methods.
