# Slots

Name Description Props Example
item Custom item template for each item item: contained from the items array
<vuuri v-model="items">
  <template #item="{ item }">
    <YourComponent :item="item" />
  </template>
</vuuri>