From c7d69b61f0fc18d935c30a8dffd153b48288d891 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Tue, 12 Jan 2021 17:27:14 -0500 Subject: [PATCH] Add progressbar info and GIF to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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