JSPM

  • Created
  • Published
  • Downloads 230896
  • Score
    100M100P100Q172428F
  • License MIT

react-spinner-loader provides simple React.js spinner component which can be implemented for async wait operation before data load to the view.

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

npm version build status coverage status npm downloads

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 to null.

Example

Installation

$ npm install react-loader-spinner --save

There are also UMD builds available via unpkg:

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