Versions in this module Expand all Collapse all v0 v0.0.1 Mar 14, 2026 Changes in this version + func A(props Props, children ...ui.Node) ui.Node — js/wasm + func Article(props Props, children ...ui.Node) ui.Node — js/wasm + func Aside(props Props, children ...ui.Node) ui.Node — js/wasm + func Blockquote(props Props, children ...ui.Node) ui.Node — js/wasm + func Br(props Props) ui.Node — js/wasm + func Button(props Props, children ...ui.Node) ui.Node — js/wasm + func Code(props Props, children ...ui.Node) ui.Node — js/wasm + func Dialog(props Props, children ...ui.Node) ui.Node — js/wasm + func Div(props Props, children ...ui.Node) ui.Node — js/wasm + func Em(props Props, children ...ui.Node) ui.Node — js/wasm + func Fieldset(props Props, children ...ui.Node) ui.Node — js/wasm + func Footer(props Props, children ...ui.Node) ui.Node — js/wasm + func Form(props Props, children ...ui.Node) ui.Node — js/wasm + func Fragment(children ...ui.Node) ui.Node — js/wasm + func H1(props Props, children ...ui.Node) ui.Node — js/wasm + func H2(props Props, children ...ui.Node) ui.Node — js/wasm + func H3(props Props, children ...ui.Node) ui.Node — js/wasm + func H4(props Props, children ...ui.Node) ui.Node — js/wasm + func H5(props Props, children ...ui.Node) ui.Node — js/wasm + func H6(props Props, children ...ui.Node) ui.Node — js/wasm + func Header(props Props, children ...ui.Node) ui.Node — js/wasm + func Hr(props Props) ui.Node — js/wasm + func Img(props Props) ui.Node — js/wasm + func Input(props Props) ui.Node — js/wasm + func Label(props Props, children ...ui.Node) ui.Node — js/wasm + func Legend(props Props, children ...ui.Node) ui.Node — js/wasm + func Li(props Props, children ...ui.Node) ui.Node — js/wasm + func Main(props Props, children ...ui.Node) ui.Node — js/wasm + func Nav(props Props, children ...ui.Node) ui.Node — js/wasm + func Option(props Props, children ...ui.Node) ui.Node — js/wasm + func P(props Props, children ...ui.Node) ui.Node — js/wasm + func Pre(props Props, children ...ui.Node) ui.Node — js/wasm + func Section(props Props, children ...ui.Node) ui.Node — js/wasm + func Select(props Props, children ...ui.Node) ui.Node — js/wasm + func Small(props Props, children ...ui.Node) ui.Node — js/wasm + func Span(props Props, children ...ui.Node) ui.Node — js/wasm + func Strong(props Props, children ...ui.Node) ui.Node — js/wasm + func Tag(name string, props Props, children ...ui.Node) ui.Node — js/wasm + func Text(content string) ui.Node — js/wasm + func Textarea(props Props, children ...ui.Node) ui.Node — js/wasm + func Time(props Props, children ...ui.Node) ui.Node — js/wasm + func Ul(props Props, children ...ui.Node) ui.Node — js/wasm + type Props struct — js/wasm + Action string + Alt string + Aria map[string]string + AutoComplete string + AutoFocus bool + Checked bool + Class string + Cols int + Data map[string]string + Disabled bool + For string + Hidden bool + Href string + ID string + Key string + Max string + Method string + Min string + Multiple bool + Name string + OnBlur ui.Handler + OnChange ui.Handler + OnClick ui.Handler + OnFocus ui.Handler + OnInput ui.Handler + OnKeyDown ui.Handler + OnKeyUp ui.Handler + OnSubmit ui.Handler + Placeholder string + Raw map[string]interface{} + ReadOnly bool + Rel string + Required bool + Role string + Rows int + Selected bool + Src string + Step string + Style map[string]string + Target string + Title string + Type string + Value string Other modules containing this package github.com/monstercameron/GoWebComponents/v4