Documentation ¶
Index ¶
- func Accent(props Props, children ...htmx.Node) htmx.Node
- func Base100(props Props, children ...htmx.Node) htmx.Node
- func Base200(props Props, children ...htmx.Node) htmx.Node
- func Base300(props Props, children ...htmx.Node) htmx.Node
- func Error(props Props, children ...htmx.Node) htmx.Node
- func H1(props Props, children ...htmx.Node) htmx.Node
- func H2(props Props, children ...htmx.Node) htmx.Node
- func H3(props Props, children ...htmx.Node) htmx.Node
- func H4(props Props, children ...htmx.Node) htmx.Node
- func H5(props Props, children ...htmx.Node) htmx.Node
- func H6(props Props, children ...htmx.Node) htmx.Node
- func Info(props Props, children ...htmx.Node) htmx.Node
- func Neutral(props Props, children ...htmx.Node) htmx.Node
- func Primary(props Props, children ...htmx.Node) htmx.Node
- func Secondary(props Props, children ...htmx.Node) htmx.Node
- func Success(props Props, children ...htmx.Node) htmx.Node
- func Warning(props Props, children ...htmx.Node) htmx.Node
- type Props
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Props ¶
type Props struct { // ClassNames contains the class names for the text component. ClassNames htmx.ClassNames }
Props contains the properties for the text component.
Click to show internal directories.
Click to hide internal directories.