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

> Filter UI component.

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

## Purpose

Render filter UI for listing/search pages.

## Usage

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

## Attributes / properties

| Name          | Type    | Default | Notes |
| ------------- | ------- | ------- | ----- |
| `type`        | string  | -       |       |
| `filter-id`   | string  | -       |       |
| `filter-type` | string  | -       |       |
| `theme`       | string  | -       |       |
| `name`        | string  | -       |       |
| `disabled`    | boolean | -       |       |

## Events

This component does not emit custom events.

## CSS parts

No documented `part` slots.

## Slots

No documented slots.

## Methods

No documented public methods.
