Tomas Kormanak
<tabpanel><tab><mycomponent><mycomponent></tab></tabpanel>
Robert Jaros
CustomTag
SimplePanel
div
class MyComponent : SimplePanel() { override val customTag = "custom-tag" }
<custom-tag></custom-tag>
class UserProfile : SimplePanel() {}
<user-profile></user-profile>
class UserProfile : SimplePanel(classes=setOf("useprofile")) {}
A modern programming language that makes developers happier.