Registry / cli / charmbracelet-bubbles

charmbracelet-bubbles

JSON →
library1.0.0gogounverified

Provides reusable UI components for Bubble Tea terminal applications.

go get github.com/charmbracelet/bubbles
INSTALL
IMPORT
SIG · CHARMBRACELET-BUBB
C
charmbracelet-bubbles
cligov1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

bubbles
github.com/charmbracelet/bubbles

Creates a text input component for a Bubble Tea program.

package main import ( "github.com/charmbracelet/bubbles/textinput" tea "github.com/charmbracelet/bubbletea" ) func main() { ti := textinput.New() p := tea.NewProgram(ti) p.Run() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
OpenAI (training)
1
Resources
charmbracelet-bubbles — go get charmbracelet-bubbles · libregistry