How can I achieve the multi card inside carousel similar to this Demo in Vuetify
<v-carousel>
<v-carousel-item
v-for="(item,i) in items"
:key="i"
:src="item.src">
<card></card> // card will be here
</v-carousel-item>
</v-carousel>
I would like to show 6 cards per slide, 3 columns and 2 rows. Or if there are any plugins available