package
0.0.0-20241227133733-17b7edb88c57
Repository: https://github.com/rivo/tview.git
Documentation: pkg.go.dev
# Functions
Center returns a new primitive which shows the provided primitive in its center, given the provided primitive's size.
Code returns a primitive which displays the given primitive (with the given size) on the left side and its source code on the right side.
Colors demonstrates how to use colors.
Cover returns the cover page.
End shows the final slide.
Flex demonstrates flexbox layout.
Form demonstrates forms.
Grid demonstrates the grid layout.
HelloWorld shows a simple "Hello world" example.
InputField demonstrates the InputField.
Introduction returns a tview.List with the highlights of the tview package.
Table demonstrates the Table.
TextView1 demonstrates the basic text view.
TextView2 demonstrates the extended text view.
TreeView demonstrates the tree view.
# Type aliases
Slide is a function which returns the slide's main primitive and its title.