mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
38 lines
724 B
Markdown
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|`()`|| |