From 87a4e45a58fa5bdad06c03c831aff90b6fe8ab25 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Fri, 17 Jan 2025 17:32:41 -0300 Subject: [PATCH 01/22] docs: additional bubbles (#583) * docs: additional bubbles Signed-off-by: Carlos Alexandro Becker * Update README.md Co-authored-by: bashbunni <15822994+bashbunni@users.noreply.github.com> * Update README.md Co-authored-by: Christian Rocha * Update README.md Co-authored-by: Christian Rocha --------- Signed-off-by: Carlos Alexandro Becker Co-authored-by: bashbunni <15822994+bashbunni@users.noreply.github.com> Co-authored-by: Christian Rocha --- README.md | 96 ++++++++++++++++--------------------------------------- 1 file changed, 28 insertions(+), 68 deletions(-) diff --git a/README.md b/README.md index 66abbd78..3a07a37b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -Bubbles -======= +# Bubbles

The Bubbles Logo @@ -18,7 +17,6 @@ applications. These components are used in production in [Glow][glow], [charm]: https://github.com/charmbracelet/charm [otherstuff]: https://github.com/charmbracelet/bubbletea/#bubble-tea-in-the-wild - ## Spinner Spinner Example @@ -26,9 +24,8 @@ applications. These components are used in production in [Glow][glow], A spinner, useful for indicating that some kind an operation is happening. There are a couple default ones, but you can also pass your own ”frames.” -* [Example code, basic spinner](https://github.com/charmbracelet/bubbletea/tree/master/examples/spinner/main.go) -* [Example code, various spinners](https://github.com/charmbracelet/bubbletea/tree/master/examples/spinners/main.go) - +- [Example code, basic spinner](https://github.com/charmbracelet/bubbletea/tree/master/examples/spinner/main.go) +- [Example code, various spinners](https://github.com/charmbracelet/bubbletea/tree/master/examples/spinners/main.go) ## Text Input @@ -38,8 +35,8 @@ A text input field, akin to an `` in HTML. Supports unicode, pasting, in-place scrolling when the value exceeds the width of the element and the common, and many customization options. -* [Example code, one field](https://github.com/charmbracelet/bubbletea/tree/master/examples/textinput/main.go) -* [Example code, many fields](https://github.com/charmbracelet/bubbletea/tree/master/examples/textinputs/main.go) +- [Example code, one field](https://github.com/charmbracelet/bubbletea/tree/master/examples/textinput/main.go) +- [Example code, many fields](https://github.com/charmbracelet/bubbletea/tree/master/examples/textinputs/main.go) ## Text Area @@ -47,11 +44,11 @@ the common, and many customization options. A text area field, akin to an `