Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ActionCloseButton ¶ added in v0.0.3
type ActionCloseButton struct { AriaLabel string ClassName []string OnClose app.EventHandler VariantLabel string }
type ActionLink ¶ added in v0.0.3
type ActionLink struct { Children string ClassName []string OnClick app.EventHandler }
type Alert ¶ added in v0.0.3
type Alert struct { ID string Title string ActionClose *ActionCloseButton ActionLinks []*ActionLink AriaLabel string Children []app.UI ClassName []string CustomIcon app.UI Expandable bool Inline bool LiveRegion bool Plain bool // TODO: timeouts and tool tips //Timeout time.Duration TitleHeadingLevel string ToggleAriaLabel string //ToolTipPosition string TruncateTitle int Variant Variant VariantLabel string }
type CustomIcon ¶
func (*CustomIcon) Render ¶
func (c *CustomIcon) Render() app.UI
type Expandable ¶
func (*Expandable) Render ¶
func (c *Expandable) Render() app.UI
type InlinePlain ¶
func (*InlinePlain) Render ¶
func (c *InlinePlain) Render() app.UI
type InlineTypes ¶
func (*InlineTypes) Render ¶
func (c *InlineTypes) Render() app.UI
type InlineVariations ¶
func (*InlineVariations) Render ¶
func (c *InlineVariations) Render() app.UI
type Variations ¶
func (*Variations) Render ¶
func (c *Variations) Render() app.UI
Click to show internal directories.
Click to hide internal directories.