Bubbles
TUI components for Bubble Tea
Bubbles is a Go component library for building terminal user interfaces with Bubble Tea. It provides reusable UI elements that developers can combine into interactive command-line applications. The project includes components for lists, text inputs, spinners, progress displays, pagination, filtering, help views, and other common TUI patterns. Bubbles is useful because it saves developers from rebuilding basic interface behavior from scratch every time they make a terminal app. The components are designed to work with Bubble Tea’s architecture while remaining customizable for different application styles. ...