-
Notifications
You must be signed in to change notification settings - Fork 244
Vertical Tabs #22
Comments
Interesting idea. For now I can't set this as a high priority since I'm planning to rewrite the form-wizard in jsx due to some limitations. After doing that I will consider your proposal. |
Hello There, |
Hi @amitneg1 I will give it a shot this week probably and see how it goes. Last time I tried, it was not very trivial to do so I left it for later on. The progress line was the tricky part |
Hi @cristijora Any update on vertical tab support. As you said you will work upon it last week. I am working on vertical tab support. but it case i need any help can we sync over slack. |
Hey @amitneg1 @exnihilo-creatio To achieve a vertical layout you need to specify 2 things <form-wizard layout="vertical" steps-classes="stepSize">
.steps-size{
width: 200px;
height: 400px;
} For now the progress bar is not shown yet as I have some troubles displaying it properly. |
Hey @cristijora Thanks for quick reply, Please have a look at attached image for layout reference. I doesn't need any progress bar and icons to show steps. Instead of icons and progress bar I will show vertical bar (as you can refer attached image) and on click of bar that specific section would get open like an accordion. That's it. My requirement is as below: If you have anything not clear please let me know or Feel free to contact me. |
@amitneg1 We would probably need a new css theme for this as it's totally different from what this plugin currently has. If you don't have too much time to wait, maybe you should consider using other components such as https://vuetifyjs.com/components/steppers Any PR with help will make the process faster. |
Update here to everyone @amitneg1 @exnihilo-creatio |
Hi @cristijora, can you please update the status of vertical tabs? |
@k29 Really sorry but after trying several options, I could achieve the layout from the image above with the existing code. If you need vertical tabs please consider other options 😞 https://vuetifyjs.com/components/steppers Closing as it will not be implemented unfortunately |
@cristijora Did you ever release a package that supported the layout you showed off in that js fiddle? I know it's been a couple of years, but I was curious about doing it vertically (even without the progress bar line). |
If you add |
I spotted it in vue devtools on the component instance data. |
For forms contain many fields and field groups, it would be nice to be able to create vertical progress tabs.
An example can be seen here
The text was updated successfully, but these errors were encountered: