mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
Improve examples in docs
This commit is contained in:
9
tea.go
9
tea.go
@@ -1,7 +1,8 @@
|
||||
// Package tea provides an Elm-inspired framework for building rich terminal
|
||||
// user interfaces. It's well-suited for simple and complex terminal
|
||||
// applications, either inline, full-window, or a mix of both. It's been
|
||||
// battle-tested in several large projects and is production-ready.
|
||||
// Package tea provides a framework for building rich terminal user interfaces
|
||||
// based on the paradigms of The Elm Architecture. It's well-suited for simple
|
||||
// and complex terminal applications, either inline, full-window, or a mix of
|
||||
// both. It's been battle-tested in several large projects and is
|
||||
// production-ready.
|
||||
//
|
||||
// A tutorial is available at https://github.com/charmbracelet/bubbletea/tree/master/tutorials
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user