-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Web Components with slots permit to provide more reusable components and to write less props for more features.
BUT,
when we want some contextual data, we are lost and we have to create slots depending to initial data..
Vue introduces Scoped Slots which adds the possibility to build slot using contextual props, aka Scoped props.
See more : https://vuejs.org/v2/guide/components-slots.html#Scoped-Slots
It's possible to improve that on Web Components ?
Metadata
Metadata
Assignees
Labels
No labels