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

react-circles

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-circles

Spinning canvas circles

latest
Source
npmnpm
Version
2.0.5
Version published
Maintainers
1
Created
Source

react-circles NPM Package

A small react component to for rendering a rotating circle animation. Example

Installation

npm i react-circles

Props

Props (* required)DefaultDescriptionType
numCircles *undefinedNumber of circles to rendernumber
speed*undefinedSpeed at which the circles rotate`'fast'

Usage

import Circles from 'react-circles'

<Circles numCircles={60} speed={'slow'}/>

// Full Screen with background color 

<div style={{height:window.innerHeight, width:window.innerWidth, backgroundColor:"black"}}>
    <Circles numCircles={60} speed={'slow'}/>
</div>

Features

The react-circles component is responsive and inherits its width, height, and background-color properties from its parent element

License

MIT

Author

  • Andrew Moss - Creator - agmoss

Keywords

react

FAQs

Package last updated on 11 Feb 2023

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