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

> Web component msm-dropdown.

`msm-dropdown` is a web component built with Lit.

## Purpose

Render form inputs and UI controls.

## Usage

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

## Attributes / properties

| Name           | Type   | Default | Notes |
| -------------- | ------ | ------- | ----- |
| `theme`        | string | -       |       |
| `color-scheme` | string | -       |       |
| `color`        | string | -       |       |
| `caret-icon`   | string | -       |       |
| `variant`      | string | -       |       |
| `display`      | string | -       |       |
| `behavior`     | string | -       |       |

## Events

This component does not emit custom events.

## CSS parts

No documented `part` slots.

## Slots

No documented slots.

## Methods

No documented public methods.
