sethsandaru / vue-form-builder

Super Form Builder built on top of Vue with Drag & Drop functionality, savable-form-schema and easy to maintain/upgrade your form.
http://vue-form-builder.sethphat.com
MIT License
413 stars 129 forks source link

Tabs support #43

Closed Diaskhan closed 3 years ago

Diaskhan commented 4 years ago

There any possibility to add tabs support ?

For example I want add 3 tabs. And in each tab add 3 sections !

I have seen a couple form builders, the all without tabs support!

sethsandaru commented 4 years ago

Hi @Diaskhan ,

Thanks for the suggestion. Tab View is actually good and it always been in my head. But since we had 2 section views (normal & collapse-able), I couldn't see how I gonna design for the Tab View (structural, behaviour,...). I gotta think about it before I making it :D

Diaskhan commented 4 years ago

Its very simple! Every container must have children collection! Childrens(item1, item2)

There must be a flag for container element! Contatiner could have container inside ! But element like button could not have elements inside!