Advanced Component
Deprecated
Use kweb.components.Component instead, see: https://docs.kweb.io/book/components.html
AdvancedComponents can be rendered into DOM elements by calling AdvancedComponent.render.
Unlike Component, AdvancedComponents allows the parent element type to be configured, and a return type to be specified.
Inheritors
Functions
Link copied to clipboard
Render this Component into DOM elements, returning an arbitrary value of type RETURN_TYPE.