TUI components for Bubble Tea 🫧
Go to file
2020-11-19 19:11:24 -05:00
.github/workflows Split up workflows and automatically pick latest Go version 2020-10-23 13:18:52 +02:00
paginator Make Spinner more idomatic Bubble Tea (per v0.12.x) 2020-11-08 21:20:15 -05:00
spinner Remove spaces after emoji spinners 2020-11-11 15:39:42 -05:00
textinput Update textinput for multi-char (IME) input in Bubble Tea master 2020-11-01 09:11:18 -05:00
viewport Make Viewport more idomatic BubbleTea (per v0.12.x) 2020-11-08 21:20:15 -05:00
.gitignore Initial commit. Add .gitignore 2020-01-18 10:56:08 -05:00
.golangci.yml Add GitHub workflows 2020-10-19 06:16:01 +02:00
bubbles.go Rename to Bubbles + copy over components from Bubble Tea + remove examples 2020-05-25 20:08:37 -04:00
go.mod Bump Bubble Tea dependency to v0.12.2 2020-11-02 10:24:20 -05:00
go.sum Bump Bubble Tea dependency to v0.12.2 2020-11-02 10:24:20 -05:00
LICENSE Add README and LICENSE 2020-01-27 21:29:52 -05:00
README.md Add Bubbles title treatment to README 2020-11-19 19:11:24 -05:00

Bubbles

The Bubbles Logo

Latest Release GoDoc Build Status Go ReportCard

Some components for Bubble Tea applications.

These components are used in production in Glow and Charm.

Spinner

Spinner Example

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.”

Text Input

Text Input Example

A text input field, akin to an <input type="text"> in HTML. Supports unicode, pasting, in-place scrolling when the value exceeds the width of the element and the common, and many customization options.

Paginator

Paginator Example

A component for handling pagination logic and optionally drawing pagination UI. Supports "dot-style" pagination (similar to what you might see on iOS) and numeric page numbering, but you could also just use this component for the logic and visualize pagination however you like.

This component is used in Glow to browse documents and Charm to browse SSH keys.

Viewport

Viewport Example

A viewport for vertically scrolling content. Optionally includes standard pager keybindings and mouse wheel support. A high performance mode is available for applications which make use of the alterate screen buffer.

This component is well complimented with Reflow for ANSI-aware indenting and text wrapping.

License

MIT


Part of Charm.

the Charm logo

Charm热爱开源! / Charm loves open source!