spin.js
TypeScript icon, indicating that this package has built-in type declarations

4.1.1 • Public • Published

spin.js JS.ORG

An animated loading spinner

  • No images
  • No dependencies
  • Highly configurable
  • Resolution independent
  • Uses CSS keyframe animations
  • Works in all major browsers
  • Includes TypeScript definitions
  • Distributed as a native ES6 module
  • MIT License

Installation

npm install spin.js

Usage

CSS

<link rel="stylesheet" href="node_modules/spin.js/spin.css">

TypeScript or JavaScript

import {Spinner} from 'spin.js';

var target = document.getElementById('foo');
new Spinner({color:'#fff', lines: 12}).spin(target);

For an interactive demo and a list of all supported options please refer to the project's homepage.

Package Sidebar

Install

npm i spin.js

Weekly Downloads

150,026

Version

4.1.1

License

MIT

Unpacked Size

24.2 kB

Total Files

8

Last publish

Collaborators

  • theodorejb
  • fgnass
  • timothygu