throbber-widgets-tui

Ratatui widget library for displaying animated loading spinners in terminal UIs.

cargomacoslinuxwindows
Try with needOr install directly
Source

About

This is a ratatui widget that displays throbber.

Examples

show a spinning loader while a process runs$ cargo add throbber-widgets-tui
display animated throbber in rust terminal application$ cargo build --example throbber
customize throbber animation style and speed$ cargo run --example custom_throbber
integrate loading spinner into ratatui TUI app$ cargo add ratatui throbber-widgets-tui
view available throbber animation patterns$ cargo run --example demo