# Functions
NewForm creates a new form.
NewFormLabel creates a new FormLabel.
NewFormModalButton creates a new FormModalButton.
NewGroup creates new Group.
NewItem creates new form item.
NewMenuButton creates new menu button.
NewSeparator creates new form special form item which can be used as a sections Separator.
NewSpinner creates a new spinner.
NewTable creates new table.
NewTableHeaders creates TableHeaders object.
# Structs
Form is a more flexible form component for tview lib.
FormLabel text paragraph that can be used in form.
FormModalButton the button that opens modal dialog with extended settings.
Group is an attempt to straighten out built-in tview TAB focus sequence.
Item represents a single form item.
MenuButton creates a new menu button.
Separator hline with a description below.
Spinner a unicode spinner primitive.
Table list of choices represented in table format.
# Type aliases
TableHeaders represents table headers list for item options which are using table representation.