Implements a label with colored text and background as fyne widget.
You can use color names defined by Fyne theme or direct NRGBA values.
The labels can also be clicked (primary and secondary) and double clicked if needed.
You can also set a Text style for bold and italic and Monospace font. Now it is also possible to set that too long text is truncated.

Usage

You can use this directly from the source code using standard go imports:

go get github.com/bytemystery-com/colorlabel@latest

Or you can download the code directly from git:

git clone https://github.com/bytemystery-com/colorlabel.git

Screenshots

The component is demonstrated in the following images: