Socket
Socket
Sign inDemoInstall

react-loading-spin

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-loading-spin

A simple spinning loading animation react component.


Version published
Maintainers
1
Created
Source

react-loading-spin

A simple spinning loading animation react component.

Preview

Alt Text

Install

npm i --save react-loading-spin

Import

import LoadingSpin from 'react-loading-spin';

Use

const ExampleOfUsingLoadingSpinWithProps = () => (
    <div className="ExampleOfUsage">
        <p>Patience you must have my Young Padawan</p>
        <LoadingSpin
            duration='2s'
            width='15px'
            timingFunction='ease-in-out'
            direction='alternate'
            size='300px'
            primaryColor='yellow'
            secondaryColor='#333'
        />
    </div>
);

Manage Properties

size | primaryColor | secondaryColor | width | duration | timingFunction | direction

Built With

  • Webpack
  • Pleasure

License

This project is licensed under the MIT License - see the LICENSE file for details.

Keywords

FAQs

Package last updated on 24 Apr 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