Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderElem ¶
func RenderElem(e models.Elem) vecty.ComponentOrHTML
Types ¶
type Section ¶
type Section struct {
vecty.Core
Slide bool
Pos Position `vecty:"prop"`
S models.Section
OnTouchStart func(*vecty.Event)
OnTouchEnd func(*vecty.Event)
OnTouchMove func(*vecty.Event)
CancelTouch bool
}
Section is a single slide show unit/page.
func (*Section) Render ¶
func (s *Section) Render() vecty.ComponentOrHTML
Click to show internal directories.
Click to hide internal directories.