naive-ui/demo/documentation/components/steps/zhCN/index.md
2020-02-07 23:40:07 +08:00

32 lines
615 B
Markdown

# 步骤 Steps
<!--single-column-->
1、2、3...成了!
## 演示
```demo
basic
size
vertical
```
## Props
### Steps Props
|名称|类型|默认值|说明|
|-|-|-|-|
|current|`number`|`null`||
|status|`'process' \| 'finish' \| 'error' \| 'wait'`|`'process'`||
|size|`'small' \| 'medium'`|`'medium'`||
|vertical|`boolean`|`false`||
### Step Props
|名称|类型|默认值|说明|
|-|-|-|-|
|title|`string`|`null`||
|description|`string`|`null`||
|content|`string`|`null`||
|status|`'process' \| 'finish' \| 'error' \| 'wait'`|`'process'`||
## Slots
### Steps Slots
|名称|参数|说明|
|-|-|-|
|default|`()`||