mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
32 lines
615 B
Markdown
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|`()`|| |