Documentation
¶
Index ¶
- func Accent(props Props, children ...htmx.Node) htmx.Node
- func Error(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 Status(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 {
// AriaLabel is the aria-label attribute for the status element.
AriaLabel string
// AnimateBounce is a boolean that indicates whether to apply the animate-bounce class.
AnimateBounce bool
htmx.ClassNames
}
Props is a struct that contains the properties of the Status component.
Click to show internal directories.
Click to hide internal directories.