-
-
Notifications
You must be signed in to change notification settings - Fork 111
Closed
Description
For example:
class FirstComponent extends hyper.Component {}
class SecondComponent extends hyper.Component {}
class CombinedComponent extends hyper.Component {
render(){
this.html`<p>how to render FirstComponent and SecondComponent here?<p>`
}
}The project hypercomponent can do this but I prefer using hyperHTML.Component.
Thank you!