We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Osui is a Go component based TUI library that is extremely easy to use
func main() { app := ui.Div( // Div component ui.Text("Hello, World!") // Text component ) screen := osui.NewScreen(app) screen.Run() }
There was an error while loading. Please reload this page.