spin-loader-openclassroom-yoshi
v1.0.0
Published
Made with create-react-library
Readme
spin-loader
Made with create-react-library
Install
npm install --save spin-loaderUsage
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
