Skip to content

Commit

Permalink
Add bubblelister and bubbleboxer to "additional bubbles" in the README (
Browse files Browse the repository at this point in the history
  • Loading branch information
treilik authored and meowgorithm committed Mar 31, 2022
1 parent 1cdf59d commit 958aef2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -178,6 +178,11 @@ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
* [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
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).
Expand Down

0 comments on commit 958aef2

Please sign in to comment.