naive-ui/demo/documentation/components/steps/enUS/index.md

27 lines
528 B
Markdown
Raw Normal View History

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|
|-|-|-|-|
|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'`||