Documentation
¶
Index ¶
- func Content(props ...ContentProps) templ.Component
- func Group(props ...GroupProps) templ.Component
- func Item(props ...ItemProps) templ.Component
- func Label(props ...LabelProps) templ.Component
- func Script() templ.Component
- func SelectBox(props ...Props) templ.Component
- func Trigger(props ...TriggerProps) templ.Component
- func Value(props ...ValueProps) templ.Component
- type ContentProps
- type GroupProps
- type ItemProps
- type LabelProps
- type Props
- type TriggerProps
- type ValueProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Content ¶
func Content(props ...ContentProps) templ.Component
func Group ¶
func Group(props ...GroupProps) templ.Component
func Label ¶
func Label(props ...LabelProps) templ.Component
func Trigger ¶
func Trigger(props ...TriggerProps) templ.Component
func Value ¶
func Value(props ...ValueProps) templ.Component
Types ¶
type ContentProps ¶
type ContentProps struct {
ID string
Class string
Attributes templ.Attributes
}
type GroupProps ¶
type GroupProps struct {
ID string
Class string
Attributes templ.Attributes
}
type LabelProps ¶
type LabelProps struct {
ID string
Class string
Attributes templ.Attributes
}
type TriggerProps ¶
type ValueProps ¶
type ValueProps struct {
ID string
Class string
Attributes templ.Attributes
Placeholder string
}
Click to show internal directories.
Click to hide internal directories.