
<!-- Auto Generated Below -->


## SignetMenu Properties

| Property        | Attribute        | Description               | Type                                              | Default     |
| --------------- | ---------------- | ------------------------- | ------------------------------------------------- | ----------- |
| `collapse`      | `collapse`       |                           | `"lg" \| "md" \| "sm" \| "xl" \| "xs" \| "xxs"`   | `"xs"`      |
| `disabled`      | `disabled`       |                           | `boolean`                                         | `undefined` |
| `display`       | `display`        |                           | `"clear" \| "hollow" \| "link" \| "solid"`        | `"solid"`   |
| `harmony`       | `harmony`        |                           | `boolean`                                         | `false`     |
| `helperText`    | `helper-text`    |                           | `string`                                          | `undefined` |
| `hideIndicator` | `hide-indicator` |                           | `boolean`                                         | `false`     |
| `hideText`      | `hide-text`      |                           | `boolean`                                         | `false`     |
| `icon`          | `icon`           | The icon of the menu.     | `string`                                          | `undefined` |
| `loading`       | `loading`        |                           | `boolean`                                         | `undefined` |
| `megaMenu`      | `mega-menu`      |                           | `boolean`                                         | `false`     |
| `modelValue`    | `model-value`    |                           | `boolean`                                         | `false`     |
| `position`      | `position`       | The position of the menu. | `"left" \| "right"`                               | `"left"`    |
| `size`          | `size`           |                           | `"lg" \| "md" \| "sm" \| "xl" \| "xs"`            | `"md"`      |
| `text`          | `text`           | The TEXT of the menu.     | `string`                                          | `undefined` |
| `variant`       | `variant`        |                           | `"outline" \| "primary" \| "secondary" \| "text"` | `"primary"` |


## SignetMenu Events

| Event    | Description | Type               |
| -------- | ----------- | ------------------ |
| `hidden` |             | `CustomEvent<any>` |
| `shown`  |             | `CustomEvent<any>` |


## SignetMenu Methods

### `hide() => Promise<void>`



#### Returns

Type: `Promise<void>`



### `show() => Promise<void>`



#### Returns

Type: `Promise<void>`




## Dependencies

### Depends on

- [signet-button](../signet-button)
- [signet-icon](../signet-icon)

### Graph
```mermaid
graph TD;
  signet-menu --> signet-button
  signet-menu --> signet-icon
  style signet-menu fill:#f9f,stroke:#333,stroke-width:4px
```

----------------------------------------------

*Built with Signet Design System*
