Skip to content

Commit

Permalink
Make importing easier...
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Miller committed May 9, 2024
1 parent e8bf585 commit 56fac8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ BubbleO is a collection of components for the excellent terminal UI tool [bubble

[![Go Reference](https://pkg.go.dev/badge/github.com/kevm/bubbleo.svg)](https://pkg.go.dev/github.com/kevm/bubbleo)


```bash
go get "github.com/kevm/bubbleo"
```
## [Navstack](https://github.com/KevM/bubbleo/blob/main/navstack/model.go)

Add support to your bubble tea application to easily transition between component models. The example below uses the [menu component](https://github.com/KevM/bubbleo/blob/main/menu/model.go) to let a user pick a color from a list of artist paintings.
Expand Down

0 comments on commit 56fac8f

Please sign in to comment.