> ## 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-mobile-menu

> Web component msm-mobile-menu.

`msm-mobile-menu` is a web component built with Lit.

## Purpose

Render navigation/menu UI.

## Usage

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

## Attributes / properties

| Name           | Type   | Default | Notes |
| -------------- | ------ | ------- | ----- |
| `variant`      | string | -       |       |
| `bg-color`     | string | -       |       |
| `frostedglass` | string | -       |       |

## Events

This component does not emit custom events.

## CSS parts

No documented `part` slots.

## Slots

* `slot[name="links"]`
* `slot[name="content"]`

## Methods

No documented public methods.
