vue scoped slots
Slots
Learn how to master slots and scoped slots, to build flexible and reusable vue.js components. ... Passing Data to the Parent Using Scoped Slot.
Scoped CSS
You can include both scoped and non-scoped styles in the same component ...
Vue v-slot Directive - w3schools.com
I use vue 3 with vuetify 3. ... Thanks it works for vue 2, for vue 3 version we need to change the $scopedSlots as $slots. Migration Guide.