From 958aef2cc7a3fb04fd742c45e24123e3e839ed8d Mon Sep 17 00:00:00 2001 From: treilik Date: Sun, 6 Feb 2022 07:04:52 +0100 Subject: [PATCH] Add bubblelister and bubbleboxer to "additional bubbles" in the README (#113) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 46f751f4..f69178c0 100644 --- a/README.md +++ b/README.md @@ -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).