react-fullscreen-loading

0.0.4 • Public • Published

react-fullscreen-loading

Minimal fullscreen loading for react

Installation

npm install --save react-fullscreen-loading

Example

import React from 'react';
import Loading from 'react-fullscreen-loading';
 
class App extends React.Component {
  render() {
    return(
      <Loading loading background="#2ecc71" loaderColor="#3498db" />
    )
  }
}
 
export default App;

Package Sidebar

Install

npm i react-fullscreen-loading

Weekly Downloads

785

Version

0.0.4

License

MIT

Unpacked Size

22.4 kB

Total Files

7

Last publish

Collaborators

  • shamin.meerankutty