Package Exports
- react-loader-spinner
- react-loader-spinner/dist/index.js
- react-loader-spinner/dist/react-loader-spinner.esm.js
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-loader-spinner) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-loader-spinner
Basic Usage
import React from 'react'
import { render } from 'react-dom'
render(, document.getElementById('root'))
Live Examples
API
Props
foo
- Something something.bar
- Optional Something something. Defaults tonull
.
Example
Installation
$ npm install react-loader-spinner --save
There are also UMD builds available via unpkg:
- https://unpkg.com/react-loader-spinner/dist/react-loader-spinner.umd.development.js
- https://unpkg.com/react-loader-spinner/dist/react-loader-spinner.umd.production.js
For the non-minified development version, make sure you have already included:
For the minified production version, make sure you have already included:
License
MIT