2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-23 08:50:32 +03:00

Update README.md

This commit is contained in:
Cristi Jora
2017-04-17 15:32:34 +03:00
committed by GitHub
parent 61be21fd88
commit 4b16f5cc87
+3 -3
View File
@@ -4,8 +4,9 @@ A dynamic tab wizard to split your forms easier
Vue-tab-wizard is a vue based component with **no external depenendcies** which simplifies tab wizard management and allows you to focus on the functional part of your app rather than Vue-tab-wizard is a vue based component with **no external depenendcies** which simplifies tab wizard management and allows you to focus on the functional part of your app rather than
wasting time on details. Just forget about id's, external scripts and jQuery dependencies wasting time on details. Just forget about id's, external scripts and jQuery dependencies
# Demo # Demos
Refer to this [fiddle](https://jsfiddle.net/CristiJ/bt5dhqtf/59/) Basic [demo](https://jsfiddle.net/CristiJ/bt5dhqtf/80/)
Other demos: Other demos:
* [Squared steps](https://jsfiddle.net/CristiJ/bt5dhqtf/62/) * [Squared steps](https://jsfiddle.net/CristiJ/bt5dhqtf/62/)
* [Tabbed steps](https://jsfiddle.net/CristiJ/bt5dhqtf/63/) * [Tabbed steps](https://jsfiddle.net/CristiJ/bt5dhqtf/63/)
@@ -115,4 +116,3 @@ props: {
* **prev** - Previous button content (no need to worry about handling the button functionality) * **prev** - Previous button content (no need to worry about handling the button functionality)
* **next** - Next button content * **next** - Next button content
* **finish** - Finish button content * **finish** - Finish button content