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

> Search UI component.

`msm-common-searches` is a web component built with Lit.

## Purpose

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

## Usage

```html theme={null}
<msm-common-searches></msm-common-searches>
```

## Attributes / properties

| Name            | Type   | Default | Notes |
| --------------- | ------ | ------- | ----- |
| `items`         | string | -       |       |
| `href`          | string | -       |       |
| `margin-top`    | number | `0`     |       |
| `margin-bottom` | number | `0`     |       |

## Events

This component does not emit custom events.

## CSS parts

No documented `part` slots.

## Slots

No documented slots.

## Methods

No documented public methods.
