mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
Update spinner example for Bubbles 0.4.0
This commit is contained in:
@@ -31,7 +31,7 @@ func main() {
|
||||
|
||||
func initialize() (tea.Model, tea.Cmd) {
|
||||
s := spinner.NewModel()
|
||||
s.Type = spinner.Dot
|
||||
s.Frames = spinner.Dot
|
||||
|
||||
return Model{
|
||||
spinner: s,
|
||||
|
||||
Reference in New Issue
Block a user