Documentation ¶
Index ¶
- func Actions(p ActionsProps, children ...htmx.Node) htmx.Node
- func Body(p BodyProps, children ...htmx.Node) htmx.Node
- func Card(p CardProps, children ...htmx.Node) htmx.Node
- func CardBordered(p CardProps, children ...htmx.Node) htmx.Node
- func Title(p TitleProps, children ...htmx.Node) htmx.Node
- type ActionsProps
- type BodyProps
- type CardProps
- type TitleProps
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.
func CardBordered ¶ added in v1.1.31
CardBordered 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.