From da9248f877c9cd40fb79916d45f4111c9774ba39 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Tue, 7 Sep 2021 14:29:40 -0400 Subject: [PATCH] Update progress bar description and example links --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bfb35ad..659f69d 100644 --- a/README.md +++ b/README.md @@ -46,11 +46,15 @@ the common, and many customization options. Progressbar Example -A simple, customizable progress meter. 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. +A simple, customizable progress meter, with optional animation via +[Harmonica][harmonica]. 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. -* [Example code](https://github.com/charmbracelet/bubbletea/blob/master/examples/progress/main.go) +* [Animated example](https://github.com/charmbracelet/bubbletea/blob/master/examples/progress-animated/main.go) +* [Static example](https://github.com/charmbracelet/bubbletea/blob/master/examples/progress-static/main.go) + +[harmonica]: https://github.com/charmbracelet/harmonica ## Paginator @@ -106,6 +110,7 @@ too wide for the content. * [Example code](https://github.com/charmbracelet/bubbletea/blob/master/examples/help/main.go) + ## Key A non-visual component for managing keybindings. It’s useful for allowing users