Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClock ¶
func NewClock() *gowired.LiveComponent
func NewDynamicInput ¶
func NewDynamicInput() *gowired.LiveComponent
func NewForm ¶
func NewForm() *gowired.LiveComponent
func NewSlider ¶
func NewSlider() *gowired.LiveComponent
func NewTodo ¶
func NewTodo() *gowired.LiveComponent
Types ¶
type Clock ¶
type Clock struct { gowired.LiveComponentWrapper ActualTime string }
func (*Clock) Mounted ¶
func (c *Clock) Mounted(l *gowired.LiveComponent)
func (*Clock) TemplateHandler ¶
func (c *Clock) TemplateHandler(_ *gowired.LiveComponent) string
type DynamicInput ¶
type DynamicInput struct { gowired.LiveComponentWrapper Label string }
func (*DynamicInput) TemplateHandler ¶
func (d *DynamicInput) TemplateHandler(_ *gowired.LiveComponent) string
type Form ¶
type Form struct { gowired.LiveComponentWrapper Label string DynamicInput *gowired.LiveComponent }
func (*Form) TemplateHandler ¶
func (d *Form) TemplateHandler(_ *gowired.LiveComponent) string
type Slider ¶
type Slider struct { gowired.LiveComponentWrapper Size float32 }
func (*Slider) TemplateHandler ¶
func (t *Slider) TemplateHandler(_ *gowired.LiveComponent) string
type Task ¶
func (*Task) GetClasses ¶
type Todo ¶
func (*Todo) IncreaseCounter ¶
func (t *Todo) IncreaseCounter()
func (*Todo) TemplateHandler ¶
func (t *Todo) TemplateHandler(_ *gowired.LiveComponent) string
Click to show internal directories.
Click to hide internal directories.