Spinner Suggest EditsExample Usage JavaScript// Pull in the library const UI = require('jibe-juice'); // Instantiate the spinner const spinner = new UI.Spinner(); // Start spinner spinner.start(); // Stop spinner spinner.stop(); Updated less than a minute ago Table of Contents Example Usage