i have list of products and i wanna show them on page
<v-tab-item
<v-row>
<Product v-for="n in 10" :key="n"/>
</v-row>
<v-tab-item
Here is output List of products
How to make only (let's say max 6 products in a row) and same margin between each one?