widgets
messagebubble
Modern message bubble widget
by limafresh
About
Modern, customizable and adaptive message bubble widget. You can set different colors for the light and dark themes, and they will update automatically when you change the theme. It also supports text selection, which is probably important for any chat.
Code#
bubble := messagebubble.NewMessageBubble(
"Alex", // sender's name
"Hi, how are you?", // message text
"13:36", // sending time
false, // mine: true, other: false
)
Installation
You can install this add-on using go get:
go get github.com/limafresh/messagebubble/v2
Or you can download the code directly from git:
git clone https://github.com/limafresh/messagebubble