Add progressbar example

This commit is contained in:
Christian Rocha
2021-01-12 18:13:29 -05:00
parent 9f04c936da
commit df0da42954
2 changed files with 88 additions and 0 deletions

View File

@@ -1,6 +1,10 @@
package main
// An example demonstrating an application with multiple views.
//
// Note that this example was produced before the Bubbles progress component
// was available (github.com/charmbracelet/bubbles/progress) and thus, we're
// implementing a progress bar from scratch here.
import (
"fmt"