Documentation
¶
Index ¶
- func Collapse(props CollapseProps, children ...htmx.Node) htmx.Node
- func CollapseArrow(p CollapseProps, children ...htmx.Node) htmx.Node
- func CollapseCheckbox(props CollapseCheckboxProps, children ...htmx.Node) htmx.Node
- func CollapseContent(props CollapseContentProps, children ...htmx.Node) htmx.Node
- func CollapseRadio(props CollapseRadioProps, children ...htmx.Node) htmx.Node
- func CollapseTitle(p CollapseTitleProps, children ...htmx.Node) htmx.Node
- type CollapseCheckboxProps
- type CollapseContentProps
- type CollapseProps
- type CollapseRadioProps
- type CollapseTitleProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Collapse ¶
func Collapse(props CollapseProps, children ...htmx.Node) htmx.Node
Collapse is a component that can be expanded and collapsed.
func CollapseArrow ¶
func CollapseArrow(p CollapseProps, children ...htmx.Node) htmx.Node
CollapseArrow is a component that can be expanded and collapsed.
func CollapseCheckbox ¶
func CollapseCheckbox(props CollapseCheckboxProps, children ...htmx.Node) htmx.Node
CollapseCheckbox is a component that can be expanded and collapsed.
func CollapseContent ¶
func CollapseContent(props CollapseContentProps, children ...htmx.Node) htmx.Node
CollapseContent is a component that can be expanded and collapsed.
func CollapseRadio ¶
func CollapseRadio(props CollapseRadioProps, children ...htmx.Node) htmx.Node
CollapseRadio is a component that can be expanded and collapsed.
func CollapseTitle ¶
func CollapseTitle(p CollapseTitleProps, children ...htmx.Node) htmx.Node
CollapseTitle is a component that can be expanded and collapsed.
Types ¶
type CollapseCheckboxProps ¶
type CollapseCheckboxProps struct {
Checked bool
htmx.ClassNames
}
CollapseCheckboxProps is a component that can be expanded and collapsed.
type CollapseContentProps ¶
type CollapseContentProps struct {
htmx.ClassNames
}
CollapseContentProps is a component that can be expanded and collapsed.
type CollapseProps ¶
type CollapseProps struct {
TabIndex int
htmx.ClassNames
}
CollapseProps is a component that can be expanded and collapsed.
type CollapseRadioProps ¶
type CollapseRadioProps struct {
Checked bool
Name string
htmx.ClassNames
}
CollapseRadioProps is a component that can be expanded and collapsed.
type CollapseTitleProps ¶
type CollapseTitleProps struct {
htmx.ClassNames
}
CollapseTitleProps is a component that can be expanded and collapsed.