Package Exports
- react-fullpage-custom-loader
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-fullpage-custom-loader) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-fullpage-custom-loader
A full page loading modal with spinners and random custom text for React
Install
npm install --save react-fullpage-custom-loaderUsage
import React, { Component } from 'react'
import MyComponent from 'react-fullpage-custom-loader'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © regrunge
Acknowledgements
All Loaders CSS files are coming from load-awesome MIT © danielcardoso (I have used 52 of his 53 awesome loaders, missing only Cog that didn't display as it should)