mirror of
https://github.com/Maks1mS/bubbles.git
synced 2024-12-24 14:44:38 +03:00
docs: add more libs to Additional Bubbles in the README
This commit is contained in:
parent
057f7b9a4d
commit
64b9e0582f
24
README.md
24
README.md
@ -171,20 +171,24 @@ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
|
|||||||
|
|
||||||
## Additional Bubbles
|
## Additional Bubbles
|
||||||
|
|
||||||
* [erikgeiser/promptkit](https://github.com/erikgeiser/promptkit): A collection of common
|
* [76creates/stickers](https://github.com/76creates/stickers): Responsive
|
||||||
prompts for cases like selection, text input, and confirmation. Each prompt
|
flexbox and table components.
|
||||||
comes with sensible defaults, remappable keybindings, any many customization
|
* [calyptia/go-bubble-table](https://github.com/calyptia/go-bubble-table): An
|
||||||
options.
|
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,
|
* [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
|
* [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.
|
||||||
* [treilik/bubbleboxer](https://github.com/treilik/bubbleboxer): Layout multiple bubbles
|
* [treilik/bubbleboxer](https://github.com/treilik/bubbleboxer): Layout
|
||||||
side-by-side in a layout-tree.
|
multiple bubbles side-by-side in a layout-tree.
|
||||||
* [treilik/bubblelister](https://github.com/treilik/bubblelister): An alternate list
|
* [treilik/bubblelister](https://github.com/treilik/bubblelister): An alternate
|
||||||
that is scrollable without pagination and has the ability to contain other
|
list that is scrollable without pagination and has the ability to contain
|
||||||
bubbles as list items.
|
other bubbles as list items.
|
||||||
|
|
||||||
If you’ve built a Bubble you think should be listed here,
|
If you’ve built a Bubble you think should be listed here,
|
||||||
[let us know](mailto:vt100@charm.sh).
|
[let us know](mailto:vt100@charm.sh).
|
||||||
|
Loading…
Reference in New Issue
Block a user