Latest Socket ResearchMalicious Chrome Extension Performs Hidden Affiliate Hijacking.Details
Socket
Book a DemoInstallSign in
Socket

react-dots-loader

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dots-loader

A nice loader showing 3 animated dots - carefully crafted for React

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
340
-9.81%
Maintainers
1
Weekly downloads
 
Created
Source

react-dots-loaders

A nice loader showing 3 animated dots - carefully crafted for React

Motivation

Micro-componentization rules!

Install

$ npm i --save react-dots-loader

Usage

Require both the .js and the .css

import Loader from 'react-dots-loader'
import 'react-dots-loader/index.css'

//default loader
<Loader />

//hidden loader
<Loader visible={false}/>

//smaller dots
<Loader size={10}/>

//more distance between dots
<Loader distance={30}/>

Props

  • visible: Boolean
  • size: Number
  • color: String

License

MIT

Keywords

loader

FAQs

Package last updated on 20 Sep 2015

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