loadingcontent
v1.0.6
Published
A Loading container for react applications
Readme
loadingcontent
A Loading container for react applications
Install
npm install --save loadingcontentUsage
import React, { Component } from 'react'
import MyComponent from 'loadingcontent'
import 'loadingcontent/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © muhammetkocyigit0
