Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type R ¶
type R struct {
*base.MDC
vecty.Core
Root vecty.MarkupOrChild `vecty:"prop"`
Input vecty.MarkupOrChild `vecty:"prop"`
OnChange func(e *vecty.Event) `vecty:"prop"`
Name string `vecty:"prop"`
Checked bool `vecty:"prop"`
Disabled bool `vecty:"prop"`
Value string `vecty:"prop"`
}
R is a vecty-material radio component.
func (*R) Render ¶
func (c *R) Render() vecty.ComponentOrHTML
Render implements the vecty.Component interface.
Click to show internal directories.
Click to hide internal directories.