UNPKG

react-simple-dots-loader

Version:
34 lines (23 loc) 790 B
# react-simple-dots-loader > A very simple animated loader effect [![NPM](https://img.shields.io/npm/v/react-simple-dots-loader.svg)](https://www.npmjs.com/package/react-simple-dots-loader) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) ## Install ```bash npm install --save react-simple-dots-loader ``` ## Demo [Demo link](https://codesandbox.io/s/naughty-hypatia-fkqc6?fontsize=14&hidenavigation=1&theme=dark) ## Usage ```jsx import React, { Component } from 'react' import SimpleLoader from 'react-simple-dots-loader' class Example extends Component { render () { return ( <SimpleLoader color="any color you like"/> ) } } ``` ## License MIT © [aniksharif](https://github.com/aniksharif)