Versions in this module Expand all Collapse all v0 v0.0.1 Mar 14, 2026 Changes in this version + func ClassIdProps(className, id string) map[string]interface — js/wasm + func ClassProps(className string) map[string]interface — js/wasm + func CreateElement(typ interface{}, props map[string]interface{}, children ...interface{}) *runtime.Element — js/wasm + func EmptyProps() map[string]interface — js/wasm + func Fragment(props map[string]interface{}, children ...interface{}) *runtime.Element — js/wasm + func HrefProps(href string) map[string]interface — js/wasm + func IdProps(id string) map[string]interface — js/wasm + func InputTypeProps(inputType string) map[string]interface — js/wasm + func NilProps() map[string]interface — js/wasm + func Text(content string) *runtime.Element — js/wasm + type Attributes = map[string]interface — js/wasm + type Attrs = map[string]interface — js/wasm + type Element = runtime.Element — js/wasm + func A(props Attrs, children ...interface{}) *Element + func Abbr(props Attrs, children ...interface{}) *Element + func Address(props Attrs, children ...interface{}) *Element + func Article(props Attrs, children ...interface{}) *Element + func Aside(props Attrs, children ...interface{}) *Element + func Audio(props Attrs, children ...interface{}) *Element + func Bdi(props Attrs, children ...interface{}) *Element + func Bdo(props Attrs, children ...interface{}) *Element + func Blockquote(props Attrs, children ...interface{}) *Element + func Body(props Attrs, children ...interface{}) *Element + func Br(props Attrs) *Element + func Button(props Attrs, children ...interface{}) *Element + func Canvas(props Attrs, children ...interface{}) *Element + func Caption(props Attrs, children ...interface{}) *Element + func Cite(props Attrs, children ...interface{}) *Element + func Code(props Attrs, children ...interface{}) *Element + func Col(props Attrs) *Element + func Colgroup(props Attrs, children ...interface{}) *Element + func Data(props Attrs, children ...interface{}) *Element + func Datalist(props Attrs, children ...interface{}) *Element + func Dd(props Attrs, children ...interface{}) *Element + func Del(props Attrs, children ...interface{}) *Element + func Details(props Attrs, children ...interface{}) *Element + func Dfn(props Attrs, children ...interface{}) *Element + func Dialog(props Attrs, children ...interface{}) *Element + func Div(props Attrs, children ...interface{}) *Element + func DivWithComponents(props map[string]interface{}, ...) *Element + func Dl(props Attrs, children ...interface{}) *Element + func Dt(props Attrs, children ...interface{}) *Element + func Em(props Attrs, children ...interface{}) *Element + func Embed(props Attrs) *Element + func Fieldset(props Attrs, children ...interface{}) *Element + func Figcaption(props Attrs, children ...interface{}) *Element + func Figure(props Attrs, children ...interface{}) *Element + func Footer(props Attrs, children ...interface{}) *Element + func Form(props Attrs, children ...interface{}) *Element + func H1(props Attrs, children ...interface{}) *Element + func H2(props Attrs, children ...interface{}) *Element + func H3(props Attrs, children ...interface{}) *Element + func H4(props Attrs, children ...interface{}) *Element + func H5(props Attrs, children ...interface{}) *Element + func H6(props Attrs, children ...interface{}) *Element + func Head(props Attrs, children ...interface{}) *Element + func Header(props Attrs, children ...interface{}) *Element + func Hgroup(props Attrs, children ...interface{}) *Element + func Hr(props Attrs) *Element + func Html(props Attrs, children ...interface{}) *Element + func Img(props Attrs) *Element + func Input(props Attrs) *Element + func Ins(props Attrs, children ...interface{}) *Element + func Kbd(props Attrs, children ...interface{}) *Element + func Label(props Attrs, children ...interface{}) *Element + func Legend(props Attrs, children ...interface{}) *Element + func Li(props Attrs, children ...interface{}) *Element + func Link(props Attrs) *Element + func Main(props Attrs, children ...interface{}) *Element + func MainWithComponents(props map[string]interface{}, ...) *Element + func Mark(props Attrs, children ...interface{}) *Element + func Meta(props Attrs) *Element + func Meter(props Attrs, children ...interface{}) *Element + func Nav(props Attrs, children ...interface{}) *Element + func Object(props Attrs, children ...interface{}) *Element + func Ol(props Attrs, children ...interface{}) *Element + func Optgroup(props Attrs, children ...interface{}) *Element + func Option(props Attrs, children ...interface{}) *Element + func Output(props Attrs, children ...interface{}) *Element + func P(props Attrs, children ...interface{}) *Element + func Param(props Attrs) *Element + func Picture(props Attrs, children ...interface{}) *Element + func Portal(props Attrs) *Element + func Pre(props Attrs, children ...interface{}) *Element + func Progress(props Attrs, children ...interface{}) *Element + func Q(props Attrs, children ...interface{}) *Element + func Rp(props Attrs, children ...interface{}) *Element + func Rt(props Attrs, children ...interface{}) *Element + func Ruby(props Attrs, children ...interface{}) *Element + func Samp(props Attrs, children ...interface{}) *Element + func Script(props Attrs, children ...interface{}) *Element + func Section(props Attrs, children ...interface{}) *Element + func SectionWithComponents(props map[string]interface{}, ...) *Element + func Select(props Attrs, children ...interface{}) *Element + func Slot(props Attrs, children ...interface{}) *Element + func Small(props Attrs, children ...interface{}) *Element + func Source(props Attrs) *Element + func Span(props Attrs, children ...interface{}) *Element + func Strong(props Attrs, children ...interface{}) *Element + func Style(props Attrs, children ...interface{}) *Element + func Sub(props Attrs, children ...interface{}) *Element + func Summary(props Attrs, children ...interface{}) *Element + func Sup(props Attrs, children ...interface{}) *Element + func Svg(props Attrs, children ...interface{}) *Element + func Table(props Attrs, children ...interface{}) *Element + func Tbody(props Attrs, children ...interface{}) *Element + func Td(props Attrs, children ...interface{}) *Element + func Template(props Attrs, children ...interface{}) *Element + func Textarea(props Attrs, children ...interface{}) *Element + func Tfoot(props Attrs, children ...interface{}) *Element + func Th(props Attrs, children ...interface{}) *Element + func Thead(props Attrs, children ...interface{}) *Element + func Time(props Attrs, children ...interface{}) *Element + func Title(props Attrs, children ...interface{}) *Element + func Tr(props Attrs, children ...interface{}) *Element + func Track(props Attrs) *Element + func Ul(props Attrs, children ...interface{}) *Element + func Var(props Attrs, children ...interface{}) *Element + func Video(props Attrs, children ...interface{}) *Element + func Wbr(props Attrs) *Element + func WithComponents(tagName string, props map[string]interface{}, ...) *Element + type GoEvent = runtime.GoEvent — js/wasm