mirror of
https://github.com/tenrok/vue-form-wizard.git
synced 2026-06-23 13:40:32 +03:00
Update README.md
This commit is contained in:
@@ -86,6 +86,11 @@ One possible usage:
|
|||||||
</wizard-step>
|
</wizard-step>
|
||||||
</template>
|
</template>
|
||||||
```
|
```
|
||||||
|
#### Exposed props for the `step` slot
|
||||||
|
- tab (the tab object which contains the tab-content component corresponding to the step) This object contains several fields such as `active, checked, shape, color` and so on. You can check how these are used [here](https://github.com/cristijora/vue-form-wizard/blob/master/src/components/WizardStep.vue):
|
||||||
|
- index (The index of the step)
|
||||||
|
- transition (Transition prop passed from form-wizard)
|
||||||
|
|
||||||
[Fiddle example](https://jsfiddle.net/bt5dhqtf/705/) You can notice that steps are not longer clickable.
|
[Fiddle example](https://jsfiddle.net/bt5dhqtf/705/) You can notice that steps are not longer clickable.
|
||||||
# Demos
|
# Demos
|
||||||
Basic [demo](https://jsfiddle.net/bt5dhqtf/97/)
|
Basic [demo](https://jsfiddle.net/bt5dhqtf/97/)
|
||||||
|
|||||||
Reference in New Issue
Block a user