Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Actions ¶
func Actions(p ActionsProps, children ...htmx.Node) htmx.Node
Actions is a component for the htmx card extension.
Types ¶
type ActionsProps ¶
type ActionsProps struct {
ClassNames htmx.ClassNames
}
ActionsProps contains the properties for the card actions component.
type BodyProps ¶
type BodyProps struct {
ClassNames htmx.ClassNames
}
BodyProps contains the properties for the card body component.
type CardProps ¶
type CardProps struct {
ClassNames htmx.ClassNames
}
CardProps contains the properties for the card component.
type TitleProps ¶
type TitleProps struct {
ClassNames htmx.ClassNames
}
TitleProps contains the properties for the card title component.
Click to show internal directories.
Click to hide internal directories.