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

> Search UI component.

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

## Purpose

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

## Usage

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

## Attributes / properties

| Name                  | Type   | Default | Notes |
| --------------------- | ------ | ------- | ----- |
| `z-index`             | number | `1`     |       |
| `theme`               | string | -       |       |
| `filtering-strategy`  | string | -       |       |
| `filters-icon-height` | string | -       |       |
| `filters-icon-path`   | string | -       |       |

## Events

This component does not emit custom events.

## CSS parts

No documented `part` slots.

## Slots

No documented slots.

## Methods

No documented public methods.
