Closed Ravenstine closed 3 years ago
I've decided against this because the right thing to do in such a case would be to have an add-on dedicated to wrapping 3rd party components within an Ember component, which not only would allow inter-op with the Ember app but make it possible to use those 3rd party components as custom elements as well. In other words, it's out of the scope of this add-on.
It would be pretty cool to use
@customElement
to define an element for a React component, for instance.