Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

How to integrate Element UI? #13

Closed
thearabbit opened this issue May 28, 2017 · 3 comments
Closed

How to integrate Element UI? #13

thearabbit opened this issue May 28, 2017 · 3 comments

Comments

@thearabbit
Copy link

How to integrate Element UI?

@cristijora
Copy link
Collaborator

cristijora commented May 28, 2017

You can use slots and place pretty much anything you want inside tabs.
Here is an example https://jsfiddle.net/bt5dhqtf/393/ where in the second tab you have an Element UI form and the prev next buttons are also from element ui.
You can also customize the title and sub-title with a slot. See slot names here

You can even support full validation from element, but you have to wrap the validation functions in promises since vue-form-wizard accepts only simple functions and promises when validating before going to next step
Fiddle: https://jsfiddle.net/bt5dhqtf/411/

@thearabbit
Copy link
Author

Thanks for your reply.
I will try soon 👍

@thearabbit
Copy link
Author

Excuse me, Could you example with setting a Form for any Step?
(not only step)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants