You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have SlotController right now, but it really exists as some kind of building block to what might come next.
For example, a BindSlotAttributesController (better name please) which binds some attributes to the slotted children. It could compose the SlotController like so:
We have
SlotController
right now, but it really exists as some kind of building block to what might come next.For example, a
BindSlotAttributesController
(better name please) which binds some attributes to the slotted children. It could compose theSlotController
like so:this would mean we could have multiple controllers composing the
SlotController
such that we only need to connect the slot controller to the<slot>
.all other controllers would react to the underlying slot controller's changes/listeners.
The text was updated successfully, but these errors were encountered: