> ## 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-numeric-group-filter

> Filter UI component.

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

## Purpose

Render filter UI for listing/search pages.

## Usage

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

## Attributes / properties

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

## Events

This component does not emit custom events.

## CSS parts

No documented `part` slots.

## Slots

No documented slots.

## Methods

No documented public methods.
