Progress
Native <progress> wrapper — determinate (Value set) or indeterminate (Value < 0).
Live
Example
progress.New(progress.Config{Value: 73, Max: 100, Label: "Upload", Description: "73 of 100"})
progress.New(progress.Config{Value: -1, Label: "Working…"}) // indeterminate