diff --git a/README.md b/README.md index 59f6c9d..91ece36 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,14 @@ the common, and many customization options. * [Example code, many fields](https://github.com/charmbracelet/tea/tree/master/examples/textinputs/main.go) +## Progress + +Progressbar Example + +A progressbar example. Supports solid and gradient fills. The empty and filled +runes can be set to whatever you'd like. The percentage readout is customizable +and can also be omitted entirely. + ## Paginator Paginator Example