Documentation
¶
Index ¶
- func Divider(p DividerProps, children ...htmx.Node) htmx.Node
- func DividerError(p DividerProps, children ...htmx.Node) htmx.Node
- func DividerInfo(p DividerProps, children ...htmx.Node) htmx.Node
- func DividerNeutral(p DividerProps, children ...htmx.Node) htmx.Node
- func DividerPrimary(p DividerProps, children ...htmx.Node) htmx.Node
- func DividerSecondary(p DividerProps, children ...htmx.Node) htmx.Node
- func DividerSuccess(p DividerProps, children ...htmx.Node) htmx.Node
- func DividerWarning(p DividerProps, children ...htmx.Node) htmx.Node
- type DividerProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Divider ¶
func Divider(p DividerProps, children ...htmx.Node) htmx.Node
Divider is a struct that contains the props of a divider.
func DividerError ¶
func DividerError(p DividerProps, children ...htmx.Node) htmx.Node
DividerError is a struct that contains the props of an error divider.
func DividerInfo ¶
func DividerInfo(p DividerProps, children ...htmx.Node) htmx.Node
DividerInfo is a struct that contains the props of an info divider.
func DividerNeutral ¶
func DividerNeutral(p DividerProps, children ...htmx.Node) htmx.Node
DividerNeutral is a struct that contains the props of a neutral divider.
func DividerPrimary ¶
func DividerPrimary(p DividerProps, children ...htmx.Node) htmx.Node
DividerPrimary is a struct that contains the props of a primary divider.
func DividerSecondary ¶
func DividerSecondary(p DividerProps, children ...htmx.Node) htmx.Node
DividerSecondary is a struct that contains the props of a secondary divider.
func DividerSuccess ¶
func DividerSuccess(p DividerProps, children ...htmx.Node) htmx.Node
DividerSuccess is a struct that contains the props of a success divider.
func DividerWarning ¶
func DividerWarning(p DividerProps, children ...htmx.Node) htmx.Node
DividerWarning is a struct that contains the props of a warning divider.
Types ¶
type DividerProps ¶
type DividerProps struct {
ClassNames htmx.ClassNames
}
DividerProps is a struct that contains the props of a divider.
Click to show internal directories.
Click to hide internal directories.