Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Stack ¶
func Stack(props StackProps, children ...htmx.Node) htmx.Node
Stack is a function that returns a stack.
func StackEnd ¶
func StackEnd(props StackProps, children ...htmx.Node) htmx.Node
StackEnd is a function that returns a stack with the end class.
func StackStart ¶
func StackStart(props StackProps, children ...htmx.Node) htmx.Node
StackStart is a function that returns a stack with the start class.
Types ¶
type StackProps ¶
type StackProps struct {
htmx.ClassNames
}
StackProps is a struct that contains the properties of a stack.
Click to show internal directories.
Click to hide internal directories.