Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DemoAddAlert ¶ added in v0.0.3
Types ¶
type AlertGroup ¶ added in v0.0.3
type AlertGroup struct { ID string Children []*alert.Alert ClassName []string LiveRegion bool Toast bool OverflowClick app.EventHandler }
func Demo ¶ added in v0.0.3
func Demo() *AlertGroup
func (*AlertGroup) Add ¶ added in v0.0.3
func (a *AlertGroup) Add(ctx app.Context, alert *alert.Alert)
func (*AlertGroup) UI ¶ added in v0.0.3
func (a *AlertGroup) UI() app.UI
type StaticAlertGroup ¶
func (*StaticAlertGroup) Render ¶
func (c *StaticAlertGroup) Render() app.UI
type ToastAlertGroup ¶
func (*ToastAlertGroup) Render ¶
func (c *ToastAlertGroup) Render() app.UI
Click to show internal directories.
Click to hide internal directories.