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 6d3cc72 commit 1fa7ebcCopy full SHA for 1fa7ebc
1 file changed
README.zh-CN.md
@@ -76,7 +76,7 @@ npm start
76
| `itemWrapperRender` | `(originNode) => ReactNode` | - | 自定义步骤项包装渲染器。 |
77
| `items` | StepItem[] | [] | 步骤数据。 |
78
| `onChange` | `(current: number) => void` | - | 当可单击步骤发生更改时触发。 |
79
-| `orientation` | `'horizontal' \| 'vertical'` | `'horizontal'` | Layout orientation. |
+| `orientation` | `'horizontal' \| 'vertical'` | `'horizontal'` | 布局方向。 |
80
| `prefixCls` | string | `'rc-steps'` | 前缀className。 |
81
| `rootClassName` | string | - | 根className。 |
82
| `status` | `'error' \| 'process' \| 'finish' \| 'wait'` | `'process'` | 当前步骤状态。 |
0 commit comments