TUI components for Bubble Tea 🫧
Go to file
2020-10-22 15:36:54 -04:00
.github/workflows Add GitHub workflows 2020-10-19 06:16:01 +02:00
paginator Update paginator for bubbletea 0.12.0 2020-10-16 14:36:08 -04:00
spinner Fix outdated comment 2020-10-02 13:03:04 -04:00
textinput Textinput: bind home/end and fix behavior of delete key 2020-10-22 15:36:54 -04:00
viewport add a couple alternate key bindings to make the scrolling slightly more intuitive 2020-10-21 22:54:58 -04: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 Textinput: bind home/end and fix behavior of delete key 2020-10-22 15:36:54 -04:00
go.sum Textinput: bind home/end and fix behavior of delete key 2020-10-22 15:36:54 -04:00
LICENSE Add README and LICENSE 2020-01-27 21:29:52 -05:00
README.md Update footer in README 2020-10-20 10:17:26 -04:00

Bubbles

Build Status Go ReportCard GoDoc

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!