@cheddarharp/react-spinning
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @cheddarharp/react-spinning

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

6.19 kB

Total Files

12

Last publish

Collaborators

  • daaveuk