Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Map ¶
func Map[T any](transformer Transformer[T], elems ...T) htmx.Node
Map is a function that maps a transformer to a list of htmx.Node.
Types ¶
type PageProps ¶
type PageProps struct {
htmx.HTML5Props
}
PageProps is the props for the Page component.
type Transformer ¶
Transformer is a function that transforms a node.
Click to show internal directories.
Click to hide internal directories.