0.6.2 • Published 8 years ago

react-spin v0.6.2

Weekly downloads
130
License
MIT
Repository
github
Last release
8 years ago

react-spin

Build Status npm

Tiny React wrapper around spin.js.

Usage

import React from 'react';
import Spinner from 'react-spin';

const MyComponent = React.createClass({
  render: function() {
    var spinCfg = {
      width: 12,
      radius: 35,
      // ...
    };
    return <Spinner config={spinCfg} />
  }
});

Properties

0.6.2

8 years ago

0.6.1

8 years ago

0.6.0

8 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.0

10 years ago

0.1.0

10 years ago