mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-15 01:01:23 -07:00
Add progressbar example
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user