[new feature] Step: add active-icon slot (#3193)

This commit is contained in:
neverland
2019-04-22 19:24:51 +08:00
committed by GitHub
parent 9ca25218c2
commit c9d6222ab1
3 changed files with 6 additions and 12 deletions
+1 -5
View File
@@ -69,17 +69,13 @@ export default {
| Attribute | Description | Type | Default |
|------|------|------|------|
| active | Active step | `Number` | 0 |
| icon | Action step icon | `String` | - |
| icon-class | Icon class | `String` | - |
| title | Title | `String` | - |
| description | Description | `String` | - |
| direction | Can be set to `vertical` | `String` | `horizontal` |
| active-icon | Active icon name | `String` | `checked` |
| active-color | Active step color | `String` | `#07c160` |
### Steps Slot
### Step Slot
| Name | Description |
|------|------|
| icon | Custom icon |
| message-extra | Extra content |