mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
32 lines
607 B
Markdown
32 lines
607 B
Markdown
# Steps
|
|
<!--single-column-->
|
|
1, 2, 3... done!
|
|
## Demos
|
|
```demo
|
|
basic
|
|
size
|
|
vertical
|
|
```
|
|
|
|
## Props
|
|
### Steps Props
|
|
|Name|Type|Default|Description|
|
|
|-|-|-|-|
|
|
|current|`number`|`null`||
|
|
|status|`'process' \| 'finish' \| 'error' \| 'wait'`|`'process'`||
|
|
|size|`'small' \| 'medium'`|`'medium'`||
|
|
|vertical|`boolean`|`false`||
|
|
|
|
### Step Props
|
|
|Name|Type|Default|Description|
|
|
|-|-|-|-|
|
|
|title|`string`|`null`||
|
|
|description|`string`|`null`||
|
|
|content|`string`|`null`||
|
|
|status|`'process' \| 'finish' \| 'error' \| 'wait'`|`'process'`||
|
|
|
|
## Slots
|
|
### Steps Slots
|
|
|Name|Parameters|Description|
|
|
|-|-|-|
|
|
|default|`()`|| |