Documentation ¶
Overview ¶
templ: version: v0.2.747
Index ¶
Constants ¶
View Source
const RootClassName = "toast"
Variables ¶
This section is empty.
Functions ¶
func Show ¶
func Show(props ToastProps) templ.Component
Types ¶
type ToastProps ¶
type ToastProps struct { base.ElementProps IconPath string Title string Message string TimeAgo string BackgroundStyleClass utility.BackgroundStyleClass }
func (ToastProps) BuildClassNames ¶
func (tp ToastProps) BuildClassNames() (classes string)
Click to show internal directories.
Click to hide internal directories.