Skip to content

Statistic Widgets

Statistic widgets are designed to show certain key stats. They are a single row of grouped pieces of data you can control.

Creating a stats widget

To get started, create a new go file to contain your widget.

shell
touch my_stats.go

Then include the following at the top of your Go file and generate some better types for your widgets.

go
//
package widgets

Released under the MIT License.