Registry / cli / charmbracelet-huh-spinner

charmbracelet-huh-spinner

JSON →
library0.0.0-20260223110133-9dc45e34a40bgogounverified

Package spinner provides a terminal spinner component for the huh form library, used to indicate loading or progress.

go get github.com/charmbracelet/huh/spinner
INSTALL
IMPORT
SIG · CHARMBRACELET-HUH-
C
charmbracelet-huh-spinner
cligov0.0.0-20260223110133-9dc45e34a40b
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.

spinner
github.com/charmbracelet/huh/spinner

Show a spinner while performing an action

package main import ( "time" "github.com/charmbracelet/huh/spinner" ) func main() { spinner.New().Title("Loading...").Action(func() { time.Sleep(2 * time.Second) }).Run() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20260223110133-9dc45e34a40blatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Resources
charmbracelet-huh-spinner — go get charmbracelet-huh-spinner · libregistry