TUI components for Bubble Tea 🫧
Go to file
2020-10-15 18:43:08 -04:00
paginator Make golint happy 2020-08-22 12:41:09 +02:00
spinner Fix outdated comment 2020-10-02 13:03:04 -04:00
textinput textinput.View can just accept a textinput.Model argument 2020-10-15 18:43:08 -04:00
viewport Update mouse wheel stuff in paginator per last-minute Bubble Tea API change 2020-10-06 12:29:18 -04: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 Remove replace directive for bubbletea in go.mod 2020-10-12 22:15:02 -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 URLs to Charm and Glow in README 2020-10-06 13:25:46 -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热爱开源!