2
0
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:
Cristi Jora
2017-07-31 22:42:23 +03:00
committed by GitHub
parent a937dffe1a
commit f800f1ed6a
+5
View File
@@ -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/)