Documentation ¶
Overview ¶
templ: version: v0.2.707
templ: version: v0.2.707
templ: version: v0.2.707
templ: version: v0.2.707
templ: version: v0.2.707
Index ¶
- func GoBack() templ.Component
- func Input(props InputProps) templ.Component
- func Option(props OptionProps, selectedValue string) templ.Component
- func Reactions(likes *types.Likes, resource string, id int) templ.Component
- func Select(props SelectProps) templ.Component
- func Textarea(props TextareaProps) templ.Component
- type InputProps
- type OptionProps
- type SelectProps
- type TextareaProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Input ¶
func Input(props InputProps) templ.Component
func Select ¶
func Select(props SelectProps) templ.Component
func Textarea ¶
func Textarea(props TextareaProps) templ.Component
Types ¶
type InputProps ¶
type OptionProps ¶
type SelectProps ¶
type SelectProps struct { Label string Name string Error string SelectedValue string Options []OptionProps Placeholder OptionProps }
Click to show internal directories.
Click to hide internal directories.