# react-pulse-dot

> A simple pulsating dot for reactjs

[![NPM](https://img.shields.io/npm/v/react-pulse-dot.svg)](https://www.npmjs.com/package/react-pulse-dot) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save react-pulse-dot
```

## Usage

```jsx
import React, { Component } from 'react'

import PulseDot from 'react-pulse-dot'
import 'react-pulse-dot/dist/index.css'

class Example extends Component {
  render() {
    return <PulseDot />
  }
}
```

## Demo
Check out [the demo](https://farizhermawan.github.io/react-pulse-dot/) based on latest release

## License

MIT © [farizhermawan](https://github.com/farizhermawan)
