Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionButton ¶
type ActionButton struct {
*Element
Text string
Variant string // "primary", "secondary", "danger"
OnClick func(Event)
}
func (*ActionButton) IconSvg ¶
func (b *ActionButton) IconSvg() map[string]string
func (*ActionButton) Render ¶
func (b *ActionButton) Render() *Element
func (*ActionButton) RenderCSS ¶
func (b *ActionButton) RenderCSS() *Stylesheet
Click to show internal directories.
Click to hide internal directories.