TUI components for Bubble Tea 🫧
Go to file
2020-08-24 21:09:28 -04:00
paginator Make golint happy 2020-08-22 12:41:09 +02:00
spinner Don't return the current frame in TickMsg 2020-08-24 21:09:28 -04:00
textinput Avoid unnecessary conversions 2020-08-22 12:41:37 +02:00
viewport Make golint happy 2020-08-22 12:41:09 +02:00
.gitignore Initial commit. Add .gitignore 2020-01-18 10:56:08 -05:00
bubbles.go Rename to Bubbles + copy over components from Bubble Tea + remove examples 2020-05-25 20:08:37 -04:00
go.mod Update termenv to 0.7.2 2020-08-22 11:24:06 -04:00
go.sum Update termenv to 0.7.2 2020-08-22 11:24:06 -04:00
LICENSE Add README and LICENSE 2020-01-27 21:29:52 -05:00
README.md Fix link to Bubble Tea in README 2020-07-31 19:11:13 -04:00

Bubbles

GoDoc Build Status

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 compoent is well complimented with Reflow for ANSI-aware indenting and text wrapping.

License

MIT


A Charm project.

the Charm logo

Charm热爱开源!