Documentation
¶
Overview ¶
Package `toasts` provides a simple way to display toast notifications in a web application.
Index ¶
- func ToastBottom(p ToastProps, children ...htmx.Node) htmx.Node
- func ToastCenter(p ToastProps, children ...htmx.Node) htmx.Node
- func ToastEnd(p ToastProps, children ...htmx.Node) htmx.Node
- func ToastMiddle(p ToastProps, children ...htmx.Node) htmx.Node
- func ToastStart(p ToastProps, children ...htmx.Node) htmx.Node
- func ToastTop(p ToastProps, children ...htmx.Node) htmx.Node
- func Toat(p ToastProps, children ...htmx.Node) htmx.Node
- type ToastProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToastBottom ¶
func ToastBottom(p ToastProps, children ...htmx.Node) htmx.Node
ToastBottom is a function that creates a toast component that is positioned at the bottom.
func ToastCenter ¶
func ToastCenter(p ToastProps, children ...htmx.Node) htmx.Node
ToastCenter is a function that creates a toast component that is positioned at the center.
func ToastEnd ¶
func ToastEnd(p ToastProps, children ...htmx.Node) htmx.Node
ToastEnd is a function that creates a toast component that is positioned at the end.
func ToastMiddle ¶
func ToastMiddle(p ToastProps, children ...htmx.Node) htmx.Node
ToastMiddle is a function that creates a toast component that is positioned in the middle.
func ToastStart ¶
func ToastStart(p ToastProps, children ...htmx.Node) htmx.Node
ToastStart is a function that creates a toast component that is positioned at the start.
Types ¶
type ToastProps ¶
type ToastProps struct {
htmx.ClassNames
}
ToastProps are the properties for a toast component.
Click to show internal directories.
Click to hide internal directories.