From 057f7b9a4d230a07ca38a954ff0722a3e8b696bd Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Thu, 17 Feb 2022 10:35:07 -0500 Subject: [PATCH] Add evertras/bubble-table to 'Additional Bubbles' section in README Items in that section are now organized alphabetically. --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f69178c..24b2dfa 100644 --- a/README.md +++ b/README.md @@ -171,18 +171,20 @@ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) { ## Additional Bubbles -* [promptkit](https://github.com/erikgeiser/promptkit): A collection of common +* [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. * [mritd/bubbles](https://github.com/mritd/bubbles): Some general-purpose bubbles. Inputs with validation, menu selection, a modified progressbar, and so on. -* [bubblelister](https://github.com/treilik/bubblelister): An alternate list +* [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. -* [bubbleboxer](https://github.com/treilik/bubbleboxer): Layout multiple bubbles - side-by-side in a layout-tree. If you’ve built a Bubble you think should be listed here, [let us know](mailto:vt100@charm.sh).