From 0f290114f5231c0ce8c780ea56fee275443b5139 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Thu, 2 Sep 2021 16:29:37 -0400 Subject: [PATCH] Add mritd/bubbles to "additional bubbles" in the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0cae915..5fd97db 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,9 @@ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) { prompts for cases like selection, text input, and confirmation. Each prompt comes with sensible defaults, remappable keybindings, any many customization options. +* [mritd/bubbles](https://github.com/mritd/bubbles): Some general-purpose + bubbles. Inputs with validation, menu selection, a modified progressbar, and + so on. If you’ve built a Bubble you think should be listed here, [let us know](mailto:vt100@charm.sh).