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

38 lines
724 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-05-19 11:07:41 +08:00
content
2020-01-29 21:43:27 +08:00
```
## Props
### Steps Props
|Name|Type|Default|Description|
|-|-|-|-|
2020-10-22 16:49:06 +08:00
|current|`number`|`undefined`||
2020-01-29 21:43:27 +08:00
|size|`'small' \| 'medium'`|`'medium'`||
2020-10-22 16:49:06 +08:00
|status|`'process' \| 'finish' \| 'error' \| 'wait'`|`'process'`||
|theme|`'light' \| 'dark' \| string`|`undefined`||
2020-01-29 21:43:27 +08:00
|vertical|`boolean`|`false`||
### Step Props
|Name|Type|Default|Description|
|-|-|-|-|
2020-10-22 16:49:06 +08:00
|description|`string`|`undefined`||
|status|`'process' \| 'finish' \| 'error' \| 'wait'`|`undefined`||
|title|`string`|`undefined`||
2020-01-29 21:58:49 +08:00
## Slots
### Steps Slots
|Name|Parameters|Description|
|-|-|-|
2020-05-19 11:14:06 +08:00
|default|`()`||
### Step Slots
|Name|Parameters|Description|
|-|-|-|
2020-01-29 21:58:49 +08:00
|default|`()`||