Versions in this module Expand all Collapse all v0 v0.2.0 Sep 27, 2017 Changes in this version + func Reverse(s string) string + type AddRemoveView struct + func NewAddRemoveView() *AddRemoveView + func (v *AddRemoveView) Build(ctx view.Context) view.Model + type ButtonView struct + func NewButtonView() *ButtonView + func (v *ButtonView) Build(ctx view.Context) view.Model + type ImageView struct + func NewImageView() *ImageView + func (v *ImageView) Build(ctx view.Context) view.Model + type ProgressView struct + func NewProgressView() *ProgressView + func (v *ProgressView) Build(ctx view.Context) view.Model + type ScrollView struct + func NewScrollView() *ScrollView + func (v *ScrollView) Build(ctx view.Context) view.Model + type Slider struct + func NewSlider() *Slider + func (v *Slider) Build(ctx view.Context) view.Model + type SwitchView struct + func NewSwitchView() *SwitchView + func (v *SwitchView) Build(ctx view.Context) view.Model + type TableCell struct + func NewTableCell() *TableCell + func (v *TableCell) Build(ctx view.Context) view.Model + type TextView struct + func NewTextView() *TextView + func (v *TextView) Build(ctx view.Context) view.Model + func (v *TextView) Lifecycle(from, to view.Stage)