Documentation
¶
Overview ¶
templ: version: v0.3.943
Index ¶
- func DropdownList(props DropdownListProps) templ.Component
- func Form(props FormProps) templ.Component
- func SectionHeading(title, description string) templ.Component
- func StaticText(label string, value string) templ.Component
- func Submit(props SubmitProps) templ.Component
- func TextField(label string, name string, value string) templ.Component
- type DropdownListProps
- type DropdownOption
- type FormProps
- type SubmitProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DropdownList ¶
func DropdownList(props DropdownListProps) templ.Component
func SectionHeading ¶
func Submit ¶
func Submit(props SubmitProps) templ.Component
Types ¶
type DropdownListProps ¶
type DropdownListProps struct {
Label string
Name string
Options []DropdownOption
}
type DropdownOption ¶
type FormProps ¶
type FormProps struct {
Title string
Method string
Submit SubmitProps
}
type SubmitProps ¶
Click to show internal directories.
Click to hide internal directories.