Open lazarljubenovic opened 6 years ago
Also "slots" in ShadowDOM spec:
Seem like Vue follows it pretty closely already.
This can probably be implemented in the simplest way with Document Fragments being the inputs. The problem is handling inputs and outputs within, and generally keeping the "tree" structure at play.
AKA: "Transclusion" in AngularJS, "content project" in Angular, "slots" in Vue.
Some notes: