diff --git a/README.md b/README.md index 24b2dfa..c546bf4 100644 --- a/README.md +++ b/README.md @@ -171,20 +171,24 @@ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) { ## Additional Bubbles -* [erikgeiser/promptkit](https://github.com/erikgeiser/promptkit): A collection of common - prompts for cases like selection, text input, and confirmation. Each prompt - comes with sensible defaults, remappable keybindings, any many customization - options. +* [76creates/stickers](https://github.com/76creates/stickers): Responsive + flexbox and table components. +* [calyptia/go-bubble-table](https://github.com/calyptia/go-bubble-table): An + interactive, customizable, scrollable table component. +* [erikgeiser/promptkit](https://github.com/erikgeiser/promptkit): A collection + of common prompts for cases like selection, text input, and confirmation. + Each prompt comes with sensible defaults, remappable keybindings, any many + customization options. * [evertras/bubble-table](https://github.com/Evertras/bubble-table): Interactive, - customizable tables. + customizable, paginated tables. * [mritd/bubbles](https://github.com/mritd/bubbles): Some general-purpose bubbles. Inputs with validation, menu selection, a modified progressbar, and so on. -* [treilik/bubbleboxer](https://github.com/treilik/bubbleboxer): Layout multiple bubbles - side-by-side in a layout-tree. -* [treilik/bubblelister](https://github.com/treilik/bubblelister): An alternate list - that is scrollable without pagination and has the ability to contain other - bubbles as list items. +* [treilik/bubbleboxer](https://github.com/treilik/bubbleboxer): Layout + multiple bubbles side-by-side in a layout-tree. +* [treilik/bubblelister](https://github.com/treilik/bubblelister): An alternate + list that is scrollable without pagination and has the ability to contain + other bubbles as list items. If you’ve built a Bubble you think should be listed here, [let us know](mailto:vt100@charm.sh).