Skip to content

ikashifullah/react-fullpage-loading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-fullpage-loading

react-fullpage-loading provides your React.js component a simple mechanism for rendering a loading fullpage spinner while data is loading.

Installation

react-fullpage-loader is available through npm via:

npm install react-fullpage-loader

Be sure to include the --save option to add this as a dependency in your application's package.json.

Usage

import react-fullpage-loader into your React component as use as follow:

import React from 'react';
import ReactFullPageLoading from 'react-fullpage-loading';

class App extends React.Component {
	render() {
		return (
			<div>
				// Your component view
				
				// react fullpage loading component
				<ReactFullPageLoading />
			</div>
		)
	}
}

export default App;

License

react-fullpage-loading is released under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published