spin-loader-openclassroom-yoshi
v1.0.0
Published
Made with create-react-library
Downloads
3
Readme
spin-loader
Made with create-react-library
Install
npm install --save spin-loader
Usage
import React, { Component } from 'react'
import MyComponent from 'spin-loader'
import 'spin-loader/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © yoshi-bh