Documentation
¶
Overview ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type D ¶
type D struct {
*base.MDC
vecty.Core
Root vecty.MarkupOrChild
Header string
Body vecty.ComponentOrHTML
Role string
Open bool
NoBackdrop bool
Scrollable bool
AcceptBtn *button.B
CancelBtn *button.B
OnAccept func(this *D, e *vecty.Event)
OnCancel func(this *D, e *vecty.Event)
}
D is a material dialog component.
func (*D) Render ¶
func (c *D) Render() vecty.ComponentOrHTML
Render implements the vecty.Component interface.
Click to show internal directories.
Click to hide internal directories.