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

> Filter UI component.

`msm-property-filter` is a web component built with Lit.

## Purpose

Render filter UI for listing/search pages.

## Usage

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

## Attributes / properties

| Name          | Type   | Default | Notes |
| ------------- | ------ | ------- | ----- |
| `theme`       | string | -       |       |
| `type`        | string | -       |       |
| `query`       | string | -       |       |
| `filter-type` | string | -       |       |
| `name`        | string | -       |       |

## Events

This component does not emit custom events.

## CSS parts

* `base`
* `label`

## Slots

No documented slots.

## Methods

No documented public methods.
