2020-01-29 21:43:27 +08:00
|
|
|
# Steps
|
2019-10-21 15:49:06 +08:00
|
|
|
<!--single-column-->
|
2020-01-29 21:43:27 +08:00
|
|
|
1, 2, 3... done!
|
|
|
|
## Demos
|
2019-10-21 15:49:06 +08:00
|
|
|
```demo
|
|
|
|
basic
|
2019-12-12 15:41:18 +08:00
|
|
|
size
|
|
|
|
vertical
|
2020-01-29 21:43:27 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
## Props
|
|
|
|
### Steps Props
|
|
|
|
|Name|Type|Default|Description|
|
|
|
|
|-|-|-|-|
|
2020-03-14 17:48:54 +08:00
|
|
|
|theme|`'light' \| 'dark'`|`null`||
|
2020-01-29 21:43:27 +08:00
|
|
|
|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`||
|
2020-05-18 21:17:17 +08:00
|
|
|
|content|`string`|`null`|`when both description and content exist, content has priority, means that the descriptions will be omitted`||
|
2020-01-29 21:43:27 +08:00
|
|
|
|status|`'process' \| 'finish' \| 'error' \| 'wait'`|`'process'`||
|
2020-01-29 21:58:49 +08:00
|
|
|
|
|
|
|
## Slots
|
|
|
|
### Steps Slots
|
|
|
|
|Name|Parameters|Description|
|
|
|
|
|-|-|-|
|
|
|
|
|default|`()`||
|