Add evertras/bubble-table to 'Additional Bubbles' section in README

Items in that section are now organized alphabetically.
This commit is contained in:
Christian Rocha 2022-02-17 10:35:07 -05:00 committed by GitHub
parent 1d489252fe
commit 057f7b9a4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,18 +171,20 @@ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
## Additional Bubbles ## 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 prompts for cases like selection, text input, and confirmation. Each prompt
comes with sensible defaults, remappable keybindings, any many customization comes with sensible defaults, remappable keybindings, any many customization
options. options.
* [evertras/bubble-table](https://github.com/Evertras/bubble-table): Interactive,
customizable tables.
* [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.
* [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 that is scrollable without pagination and has the ability to contain other
bubbles as list items. bubbles as list items.
* [bubbleboxer](https://github.com/treilik/bubbleboxer): Layout multiple bubbles
side-by-side in a layout-tree.
If youve built a Bubble you think should be listed here, If youve built a Bubble you think should be listed here,
[let us know](mailto:vt100@charm.sh). [let us know](mailto:vt100@charm.sh).