From 154cdbc53aba58e0ca796025154fee80eb6af2a2 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Tue, 12 Apr 2022 09:37:51 -0400 Subject: [PATCH] docs: add Tyler's Teacup library to resources --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c546bf4..4b119ce 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,8 @@ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) { ## Additional Bubbles + + * [76creates/stickers](https://github.com/76creates/stickers): Responsive flexbox and table components. * [calyptia/go-bubble-table](https://github.com/calyptia/go-bubble-table): An @@ -181,6 +183,8 @@ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) { customization options. * [evertras/bubble-table](https://github.com/Evertras/bubble-table): Interactive, customizable, paginated tables. +* [knipferrc/teacup](https://github.com/knipferrc/teacup): Various handy + bubbles and utilities for building Bubble Tea applications. * [mritd/bubbles](https://github.com/mritd/bubbles): Some general-purpose bubbles. Inputs with validation, menu selection, a modified progressbar, and so on.