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

latest
Source
npmnpm
Version
1.1.4
Version published
Maintainers
1
Created
Source

react-dots-loader

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 07 Feb 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