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

38 lines
724 B
Markdown

# Steps
<!--single-column-->
1, 2, 3... done!
## Demos
```demo
basic
size
vertical
content
```
## Props
### Steps Props
|Name|Type|Default|Description|
|-|-|-|-|
|current|`number`|`undefined`||
|size|`'small' \| 'medium'`|`'medium'`||
|status|`'process' \| 'finish' \| 'error' \| 'wait'`|`'process'`||
|theme|`'light' \| 'dark' \| string`|`undefined`||
|vertical|`boolean`|`false`||
### Step Props
|Name|Type|Default|Description|
|-|-|-|-|
|description|`string`|`undefined`||
|status|`'process' \| 'finish' \| 'error' \| 'wait'`|`undefined`||
|title|`string`|`undefined`||
## Slots
### Steps Slots
|Name|Parameters|Description|
|-|-|-|
|default|`()`||
### Step Slots
|Name|Parameters|Description|
|-|-|-|
|default|`()`||