1.0.0 • Published 4 years ago

@daaveuk/react-spinning v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@daaveuk/react-spinning

A library to facilitate the gleeful pleasure found by making things spin around

NPM JavaScript Style Guide

Install

npm install --save @daaveuk/react-spinning

Usage

import React, { Component } from 'react'

import { Spinning } from '@daaveuk/react-spinning'
import '@daaveuk/react-spinning/dist/index.css'

class Example extends Component {
  render() {
    return (
      <Spinning>
        <MyComponent />
      </Spinning>
    )
  }
}

License

MIT © daaveuk