We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc2983 commit 37e2879Copy full SHA for 37e2879
1 file changed
README.zh-CN.md
@@ -97,7 +97,7 @@ npm start
97
| inlineIndent | `number` | `24` | 内联模式的缩进宽度。 |
98
| itemIcon | `ReactNode \| (props: RenderIconInfo) => ReactNode` | - | 自定义项目图标。 |
99
| items | `ItemType[]` | - | 菜单项配置。 |
100
-| mode | `'horizontal' \| 'vertical' \| 'inline'` | `vertical` | Menu display mode. |
+| mode | `'horizontal' \| 'vertical' \| 'inline'` | `vertical` | 菜单展示模式。 |
101
| motion | `CSSMotionProps` | - | 菜单转换的运动配置。 |
102
| multiple | `boolean` | `false` | 允许选择多个项目。 |
103
| openKeys | `string[]` | - | 受控打开子菜单键。 |
0 commit comments