New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-nano-spinner

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-nano-spinner

A very small loading spinner.

  • 1.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
103
increased by60.94%
Maintainers
1
Weekly downloads
 
Created
Source

react-nano-spinner NPM version Gzipped size

A tiny no-configuration (and not configurable) spinner.

Spinner and CSS is based on SpinKit's "three-bounce".

License: https://github.com/tobiasahlin/SpinKit/blob/master/LICENSE

Usage

Install it with yarn or npm:

yarn add react-nano-spinner or npm install --save react-nano-spinner

import Spinner from 'react-nano-spinner';

...
render() {
    return (
        <div>
            <Spinner />
        </div>
    )
}
...

To style it simply override .nano-spinner-bounce in your css or supply a className, example: <Spinner className="your-extra-class" />

Why

For me to learn to publish a npm module and test rollup/rollup-starter-project

Keywords

FAQs

Package last updated on 25 Oct 2018

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