1.0.1 • Published 8 years ago

react-webpack-spinner v1.0.1

Weekly downloads
12
License
ISC
Repository
github
Last release
8 years ago

react-webpack-spinner

A spinner based on react-spinner but with inline/embeded css (since React down support css-animations)

Usage

'npm install react-webpack-spinner'

And in your component:

import Spinner from 'react-spinner'

/* ... */

render () {
  return (
    <div>
      <Spinner width={32} height={32} color={'#ccc'} />
    </div>
  )
}

js-standard-style

1.0.1

8 years ago

1.0.0

8 years ago