docs: add Tyler's Teacup library to resources

This commit is contained in:
Christian Rocha 2022-04-12 09:37:51 -04:00
parent 430b7b5d36
commit 154cdbc53a

View File

@ -171,6 +171,8 @@ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
## Additional Bubbles ## Additional Bubbles
<!-- in alphabetical order by author -->
* [76creates/stickers](https://github.com/76creates/stickers): Responsive * [76creates/stickers](https://github.com/76creates/stickers): Responsive
flexbox and table components. flexbox and table components.
* [calyptia/go-bubble-table](https://github.com/calyptia/go-bubble-table): An * [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. customization options.
* [evertras/bubble-table](https://github.com/Evertras/bubble-table): Interactive, * [evertras/bubble-table](https://github.com/Evertras/bubble-table): Interactive,
customizable, paginated tables. 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 * [mritd/bubbles](https://github.com/mritd/bubbles): Some general-purpose
bubbles. Inputs with validation, menu selection, a modified progressbar, and bubbles. Inputs with validation, menu selection, a modified progressbar, and
so on. so on.