Documentation
¶
Index ¶
- func Indicator(props IndicatorProps, children ...htmx.Node) htmx.Node
- func IndicatorItem(props IndicatorItemProps, children ...htmx.Node) htmx.Node
- func IndicatorItemPrimary(props IndicatorItemProps, children ...htmx.Node) htmx.Node
- func IndicatorItemSecondary(props IndicatorItemProps, children ...htmx.Node) htmx.Node
- type IndicatorItemProps
- type IndicatorProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Indicator ¶
func Indicator(props IndicatorProps, children ...htmx.Node) htmx.Node
Indicator is a function that returns an indicator.
func IndicatorItem ¶
func IndicatorItem(props IndicatorItemProps, children ...htmx.Node) htmx.Node
IndicatorItem is a function that returns an indicator item.
func IndicatorItemPrimary ¶
func IndicatorItemPrimary(props IndicatorItemProps, children ...htmx.Node) htmx.Node
IndicatorItemPrimary is a function that returns a primary indicator item.
func IndicatorItemSecondary ¶
func IndicatorItemSecondary(props IndicatorItemProps, children ...htmx.Node) htmx.Node
IndicatorItemSecondary is a function that returns a secondary indicator item.
Types ¶
type IndicatorItemProps ¶
type IndicatorItemProps struct {
// ClassNames is a map of class names.
ClassNames htmx.ClassNames
}
IndiciatorItemProps is a struct that contains the properties of an indicator item.
type IndicatorProps ¶
type IndicatorProps struct {
// ClassNames is a map of class names.
ClassNames htmx.ClassNames
}
IndicatorProps is a struct that contains the properties of an indicator.
Click to show internal directories.
Click to hide internal directories.