Versions in this module Expand all Collapse all v0 v0.5.1 Jun 13, 2021 v0.5.0 Jun 13, 2021 Changes in this version + func NewInput(placeholder string, handler InputHandler) *tea.Program + func NewSpinner(message string, color string) *tea.Program + type InputHandler func(answer string) error