Progress

Native <progress> wrapper — determinate (Value set) or indeterminate (Value < 0).

Live
73 of 100
18% of 1 TB
Reticulating splines…

Example

progress.New(progress.Config{Value: 73, Max: 100, Label: "Upload", Description: "73 of 100"})
progress.New(progress.Config{Value: -1, Label: "Working…"}) // indeterminate