Documentation ¶
Overview ¶
templ: version: v0.2.543
Index ¶
- func Autocomplete(completion string) func(*InputProps)
- func Autofocus() func(*InputProps)
- func Error(errors Errors) func(*InputProps)
- func Input(id, name string, options ...func(*InputProps)) templ.Component
- func Placeholder(placeholder string) func(*InputProps)
- func Tabindex(index int) func(*InputProps)
- func Type(_type string) func(*InputProps)
- func Value(value string) func(*InputProps)
- type Errors
- type InputProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Autocomplete ¶
func Autocomplete(completion string) func(*InputProps)
func Autofocus ¶
func Autofocus() func(*InputProps)
func Error ¶
func Error(errors Errors) func(*InputProps)
func Placeholder ¶
func Placeholder(placeholder string) func(*InputProps)
func Tabindex ¶
func Tabindex(index int) func(*InputProps)
func Type ¶
func Type(_type string) func(*InputProps)
func Value ¶
func Value(value string) func(*InputProps)
Types ¶
type InputProps ¶
type InputProps struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.