Documentation
¶
Overview ¶
templ: version: v0.3.943
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ButtonWithProps ¶
func ButtonWithProps(props ButtonProps) templ.Component
Types ¶
type ButtonProps ¶
type ButtonProps struct {
Type string // "button", "submit", "reset"
OnClick templ.ComponentScript
Disabled bool
}
Click to show internal directories.
Click to hide internal directories.