Open asvae opened 4 years ago
Not sure what I meant here, so not sure how valuable this is.
We need some scrollable container that can be used as TabItems. For example
<va-tabs>
<va-tab> First </va-tab>
<va-tab> Second </va-tab>
<va-tab-item> First content! </va-tab-item>
<va-tab-item> Second content! </va-tab-item>
</va-tabs>
Implementation for scrollable container (va-tab-items) can be took from va-carousel PR#1432
@m0ksem could you champion this one on grooming?
Current implementation didn't really account for content. So I'm not completely sure it needs it at all.
If it does - we have to be careful to gently meld both approaches.
See tabs items in vuetify. https://vuetifyjs.com/en/components/tabs/
Issue need investigation prior to implementation.