Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-spinner

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-spinner

Zero configuration loading spinner.

  • 0.2.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

React-spinner

Zero configuration loading spinner.

Live demo from the example folder. (To build it locally, clone this repo, npm install && npm start then open http://localhost:3000/example/)

install

Bower:

bower install react-spinner

Npm:

npm install react-spinner

Plain old script tag:

<script src="path/to/react-spinner/build/index.js"></script>

(Compatible with CommonJS, e.g. Browserify.)

The CSS file:

<link rel="stylesheet" type="text/css" href="path/to/react-spinner.css">

The spinner

API

<Spinner />

Adds the spinner, which centers itself based on its container's dimensions. If those are not predefined, simply manually center it by adding more style rules to the exposed .react-spinner class here.

You can also override the .react-spinner's width and height if you want a bigger or smaller spinner. Everything resizes correctly.

License

MIT.

Keywords

FAQs

Package last updated on 20 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc