# Menu 左侧菜单

左侧导航菜单。

## 注意

**无特殊情况，腾讯云控制台内应用应在控制台配置一级菜单，请勿自行渲染，否则将不能通过上线审核。**

## 控制台内示例

### 基本用法

配合 [Layout](/component/layout) 组件使用。

[Example: MenuExample](./_example/MenuExample.jsx)

## 整体布局示例

### 整体基本用法

配合 [Layout](/component/layout) 组件使用。

[Example: MenuExample](../layout/_example/LayoutWithInnerSiderExample.jsx)

### 配合路由使用

[Example: MenuWithRouterExample](./_example/MenuWithRouterExample.jsx)

## 组件属性

[Interface: MenuProps](./Menu.tsx)

[Interface: MenuItemProps](./MenuItem.tsx)

[Interface: SubMenuProps](./SubMenu.tsx)

[Interface: MenuGroupProps](./MenuGroup.tsx)
