Documentation ¶ Overview ¶ Package components holds the reusable view pieces Index ¶ func Input(prompt, placeholder string, limit int) textinput.Model type Confirm func (c *Confirm) Active() bool func (c *Confirm) Answer(key string) (subject string, yes bool) func (c *Confirm) Ask(question, subject string) func (c *Confirm) View() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Input ¶ func Input(prompt, placeholder string, limit int) textinput.Model Types ¶ type Confirm ¶ type Confirm struct { // contains filtered or unexported fields } func (*Confirm) Active ¶ func (c *Confirm) Active() bool func (*Confirm) Answer ¶ func (c *Confirm) Answer(key string) (subject string, yes bool) func (*Confirm) Ask ¶ func (c *Confirm) Ask(question, subject string) func (*Confirm) View ¶ func (c *Confirm) View() string Source Files ¶ View all Source files input.gomodal.go Click to show internal directories. Click to hide internal directories.