Versions in this module Expand all Collapse all v0 v0.0.2 Apr 10, 2023 Changes in this version + func Checkbox(label string, checked bool, changed func(bool)) tview.FormItem + func Form() *tview.Form v0.0.1 Mar 29, 2023 Changes in this version + func Alert(text string, buttonLabels []string, buttonActions map[string]func()) tview.Primitive + func BodyWithOptions(instructions string, options []string, optionLabels map[string]string, ...) (body *tview.Flex, buttons map[string]*tview.Button) + func ConfirmAlert(text string, onConfirm func(), onDismiss func()) tview.Primitive + func DescriptionSidbar(description string) (func(string), tview.Primitive) + func Footer() tview.Primitive + func Header() tview.Primitive + func Nav(selectedItem string) tview.Primitive + func NavText(text string, selected bool) *tview.TextView + func PageLeftNav(options []string, selectedNav string) *tview.Flex + func VerticalLine(color tcell.Color) *tview.Box