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

epic-react-spinners

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

epic-react-spinners

React implementation of epic spinners

latest
Source
npmnpm
Version
1.0.28
Version published
Maintainers
1
Created
Source

Epic React Spinners

Build Status dependencies Status

Reusable react components for epic spinners

Demo

Visit the demo demo page to see spinners in action

Installation

npm install --save epic-react-spinners

OR

yarn add epic-react-spinners

Usage

Example

Import each spinners' into your file/component and use the spinner component anywhere. color, size, animationDuration are props optional, by default it have values.

color, size, animationDuration are props optional, by default it have values.

import React from 'react';
import './App.scss';
import {Atom, Orbit, Trinity, Electron, Square, SelfSquare, Rhombuses, Flower, HalfCircle, FingerPrint} from 'epic-react-spinners';

function App() {
  return (
    <Atom color="#61dafb" size="70" animationDuration="2000" />
    <Orbit color="#61dafb" size="70" animationDuration="2000" />
    <Trinity color="#61dafb" size="70" animationDuration="2000" />
    <Electron color="#61dafb" size="70" animationDuration="2000" />
    <Square color="#61dafb" size="70" animationDuration="2000" />
    <SelfSquare color="#61dafb" size="70" animationDuration="2000" />
    <Rhombuses color="#61dafb" size="70" animationDuration="2000" />
    <Flower color="#61dafb" size="70" animationDuration="2000" />
    <HalfCircle color="#61dafb" size="70" animationDuration="2000" />
    <FingerPrint color="#61dafb" size="70" animationDuration="2000" />
  )
}

Support? :coffee:

Star the repo ⭐️

Pull requests are welcome :sparkles:

Follow me on twitter :hash: @Papu62

License :copyright: MIT license.

Keywords React TypeScript Spinners

Keywords

React

FAQs

Package last updated on 22 Jun 2021

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