Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
| property | propType | required | default | description |
|---|---|---|---|---|
| defaultIndex | string | - | 0 | 默认 active 的菜单项的索引值 |
| className | string | - | - | |
| mode | oneOf "horizontal" | "vertical" | - | horizontal | 菜单展示的样式 |
| style | any | - | - | |
| defaultOpenSubMenus | string[] | - | [] | 竖着时侧边栏默认展开 |
| onSelect | SelectCallback | - | - | 点击菜单项触发的回调函数 |
| property | propType | required | default | description |
|---|---|---|---|---|
| index | string | - | - | 当前是否被选中的index标识 |
| disabled | boolean | - | - | 是否禁止点击 |
| className | string | - | - | |
| style | CSSProperties | - | - |