2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-05-28 16:54:03 +03:00

21 Commits

Author SHA1 Message Date
cristijora 49ab0f4548 #4 Add support for error messages when doing async before change
Add color styles when before-change fails
2017-04-26 21:56:25 +03:00
cristijora 6cc79f9766 Rename assets folder 2017-04-26 20:53:12 +03:00
cristijora 509bda1a57 Merge branch 'master' of https://github.com/cristijora/vue-form-wizard
# Conflicts:
#	package.json
2017-04-26 20:52:11 +03:00
cristi 4a9655edd3 Add vue-router to dev deps
Revert router integration due to wrong merge
2017-04-24 22:57:57 +03:00
cristi e893461956 Final touches for async validations 2017-04-24 22:38:26 +03:00
cristi f2b6af4eee Move example to dev-example folder
Remove watcher from FormWizard component to avoid double beforeChange trigger
Code cleanup
2017-04-23 22:45:19 +03:00
cristi 1a9e86c9c1 #1 Handle promise based before-change functions. 2017-04-23 17:02:01 +03:00
cristi a16c4051fe #1 Modify beforeTabChange to support promises (wip) 2017-04-22 11:59:54 +03:00
cristijora e3cda5a502 Support vue-router integration 2017-04-20 10:36:46 +03:00
cristijora 435ee42616 Reduce css size in half
Move dev example to dev folder
2017-04-18 21:10:45 +03:00
cristi ee55310579 Rename to form-wizard 2017-04-18 01:57:33 +03:00
cristi cf2184063d Progress percentage calculation fix 2017-04-18 01:09:41 +03:00
cristijora d0c3d63f24 Adjust button styling to match overall wizard style 2017-04-17 22:42:09 +03:00
cristijora 6b93aa433c Add custom bootstrap build with buttons, progress bar and nav 2017-04-17 15:15:00 +03:00
cristijora 1088e57362 Support shape types (circle, square and simple tabs)
Support any kind of icons and display numbers if icons are not provided
Getting rid of many bootstrap dependencies: progress-bar, navs (WIP for buttons)
2017-04-17 13:49:26 +03:00
cristijora a15e952532 Add docs to props which need additional details 2017-04-16 18:52:42 +03:00
cristijora 57c0c7fbb6 Full color customization
Css cleanup (reduce css size in half)
2017-04-16 18:18:15 +03:00
cristijora 25b2c548a6 Remove tab content padding
Build files
2017-04-16 13:31:16 +03:00
cristijora 3410412fec Support tab icons 2017-04-16 13:22:04 +03:00
cristijora e0184b3cb1 Added assets inspired by creative-tim bs wizard 2017-04-16 12:58:51 +03:00
cristijora 80bdc83a0e Add component files 2017-04-15 23:06:11 +03:00