Documentation ¶ Index ¶ Constants func Autofocus() gox.Node func Field(nodes ...gox.Node) gox.Node func Section(title string, nodes ...gox.Node) gox.Node type Props Constants ¶ View Source const ( StatusSuccess = "success" StatusError = "error" ) Variables ¶ This section is empty. Functions ¶ func Autofocus ¶ func Autofocus() gox.Node func Field ¶ func Field(nodes ...gox.Node) gox.Node func Section ¶ added in v0.2.5 func Section(title string, nodes ...gox.Node) gox.Node Types ¶ type Props ¶ type Props struct { Id string Name string Label string Value string Placeholder string Status string Messages []string Autofocus bool Disabled bool Required bool } Source Files ¶ View all Source files form_alpine.go form_field.go form_section.go props.go Directories ¶ Show internal Expand all Path Synopsis checkbox_ui error_message_ui field_label_ui filepicker_ui hidden_field_ui number_field_ui radio_ui text_field_ui textarea_ui Click to show internal directories. Click to hide internal directories.