1.1.0 • Published 9 years ago

react-medium-spinner v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

React Medium Spinner

React medium-like spinner component. JS animation. Inline styles.

Demo

Live demo

Installation

The easiest way to use React Medium Spinner is to install it from NPM and include it in your own React build process (using Webpack, Browserify, etc).

npm i react-medium-spinner --save

Usage

import React from 'react';
import MediumSpinner from 'react-medium-spinner';

React.render(
  <MediumSpinner active={true}/>,
  document.getElementById('app')
);

Properties

props.active Boolean, default: false

props.color String, css color, default: "#60d778"

props.height String, line height, default: "2px"

props.speed Integer, speed in ms, default: 20

License

MIT Licensed. Copyright (c) Evgeniy Skuridin 2015.

1.1.0

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.2

9 years ago

0.1.2

9 years ago

0.0.1

9 years ago