New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-nice-loading-spinners

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-nice-loading-spinners

## Usage

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

React Loading Spinners

Usage

import React from 'react';
import { CircleLoader, BarLoader } from 'react-loading-spinners';

function App() {
  return <CircleLoader />
}

Styling

You can apply your own styles through styled-components.

Example

const StyledCircle = styled(CircleLoader)`
  border: 16px solid #ccc;
  border-top: 16px solid #bbb;
  width: 20px;
  height: 20px;
`

License

MIT

Keywords

react, spinners, loaders

Keywords

react

FAQs

Package last updated on 17 Jan 2020

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