All Projects → FGRibreau → Spinners

FGRibreau / Spinners

🛎 60+ Elegant terminal spinners for Rust

Programming Languages

rust
11053 projects

Labels

Projects that are alternatives of or similar to Spinners

React Spinners Kit
A collection of loading spinners with React.js
Stars: ✭ 158 (-48.7%)
Mutual labels:  spinners
spinners
A collection of CSS spinners
Stars: ✭ 24 (-92.21%)
Mutual labels:  spinners
spinner
A simple, configurable, multi-platform spinner
Stars: ✭ 42 (-86.36%)
Mutual labels:  spinners
React Native Animated Spinkit
A collection of loading indicators for React Native
Stars: ✭ 186 (-39.61%)
Mutual labels:  spinners
react-native-animated-loader
🍭 A React Native Loader Component which uses Airbnb's Lottie for beautiful loader animations.
Stars: ✭ 165 (-46.43%)
Mutual labels:  spinners
react-rounder
A collection of rounding components based on styled-components
Stars: ✭ 69 (-77.6%)
Mutual labels:  spinners
React Spinners
A collection of loading spinner components for react
Stars: ✭ 2,054 (+566.88%)
Mutual labels:  spinners
Vue Spinners
💫 A collection of loading spinner components for Vuejs
Stars: ✭ 255 (-17.21%)
Mutual labels:  spinners
ZXLoadingView
🍕ZXLoadingView is an iOS progress-activity
Stars: ✭ 14 (-95.45%)
Mutual labels:  spinners
css-loader
This is a library having a collection of different types of CSS loaders, spinners
Stars: ✭ 414 (+34.42%)
Mutual labels:  spinners
React Spinners Css
Amazing collection of React spinners components with pure css
Stars: ✭ 232 (-24.68%)
Mutual labels:  spinners
Spinners React
Lightweight SVG/CSS spinners for React
Stars: ✭ 254 (-17.53%)
Mutual labels:  spinners
spinnies
Node.js module to create and manage multiple spinners in command-line interface programs
Stars: ✭ 111 (-63.96%)
Mutual labels:  spinners
Alive Progress
A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!
Stars: ✭ 2,940 (+854.55%)
Mutual labels:  spinners
react-awesome-loaders
🚀 High quality, super responsive and completely customisable Loading Animations to insert into your website with single line of code.
Stars: ✭ 146 (-52.6%)
Mutual labels:  spinners
Loader
This is a library having a collection of different types of CSS3 loaders , spinners
Stars: ✭ 149 (-51.62%)
Mutual labels:  spinners
spinners-angular
Lightweight SVG/CSS spinners for Angular
Stars: ✭ 21 (-93.18%)
Mutual labels:  spinners
Progress bar
Command-line progress bars and spinners for Elixir.
Stars: ✭ 281 (-8.77%)
Mutual labels:  spinners
vue-spinners-css
Amazing collection of Vue spinners components with pure css.
Stars: ✭ 50 (-83.77%)
Mutual labels:  spinners
nanospinner
🌀 The simplest and tiniest terminal spinner for Node.js
Stars: ✭ 108 (-64.94%)
Mutual labels:  spinners

Spinners - 🛎 60+ Elegant terminal spinners for Rust

Cargo version Crates.io docs.rs Crates.io Slack

❤️ Shameless plug

Install

See Cargo page

Usage

extern crate spinners;

use spinners::{Spinner, Spinners};
use std::thread::sleep;
use std::time::Duration;

fn main() {
    let sp = Spinner::new(Spinners::Dots9, "Waiting for 3 seconds".into());
    sleep(Duration::from_secs(3));
    sp.stop();
}

Example

cargo run --example cycle
cargo run --example simple

License

MIT © François-Guillaume Ribreau

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].