Skip to content
Nova UI
Main Navigation
指南
组件
在线示例
主题
Menu
Return to top
On this page
Menu 菜单
菜单导航组件。
示例
API
属性
说明
类型
默认值
items
菜单项
MenuItem[]
-
selectedKey
选中 key
string
-
mode
模式
'horizontal' | 'vertical'
-
onChange
选中回调
(key: string) => void
-