vuestic-ui icon indicating copy to clipboard operation
vuestic-ui copied to clipboard

va-tabs should support items

Open asvae opened this issue 4 years ago • 4 comments

See tabs items in vuetify. https://vuetifyjs.com/en/components/tabs/

Issue need investigation prior to implementation.

asvae avatar May 14 '20 11:05 asvae

Not sure what I meant here, so not sure how valuable this is.

asvae avatar Dec 02 '21 23:12 asvae

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 avatar Apr 07 '22 21:04 m0ksem

@m0ksem could you champion this one on grooming?

asvae avatar Jun 22 '22 21:06 asvae

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.

asvae avatar Jul 18 '22 22:07 asvae