Menu Attributes
| Attribute | Description | Type | Accepted Values | Default |
| selected | The selected menu item needs to be used with the .sync modifier | Array | —— | —— |
| multiple | Whether to support multiple selection, if set to true, just pass in an item in selected | Boolean | —— | false |
| direction | The direction of the menu | String | horizontal / vertical | horizontal |
Sub-Menu Attributes
| Attribute | Description | Type | Accepted Values | Default |
| name | Unique key | string | —— | —— |
Menu-Item Attributes
| Attribute | Description | Type | Accepted Values | Default |
| name | Unique key | string | —— | —— |