Skip to content

iamawebgeek/react-bubble-loading

Repository files navigation

react-bubble-loading

React bubble loading

NPM JavaScript Style Guide

Install

npm install --save react-bubble-loading

Usage

import React, { Component } from 'react'

import { BubbleLoading } from 'react-bubble-loading'

class Example extends Component {
  render() {
    return <BubbleLoading areaSize={500} />
  }
}

License

Apache 2.0 © iamawebgeek