# react-fullpage-loading

> React Fullpage Loading package

Latest version **1.0.2** (published 2019-07-31) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-fullpage-loading
pnpm add react-fullpage-loading
yarn add react-fullpage-loading
bun add react-fullpage-loading
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2019-07-31 |
| First published | 2019-07-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 28.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Kashif Ullah |
| Maintainers | ikashifullah |
| Keywords | loading, react |

## Links

- npm: https://www.npmjs.com/package/react-fullpage-loading
- Repository: https://github.com/ikashifullah/react-fullpage-loading
- Homepage: https://github.com/ikashifullah/react-fullpage-loading#readme
- Issues: https://github.com/ikashifullah/react-fullpage-loading/issues
- npm.io page: https://npm.io/package/react-fullpage-loading

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2019-07-31
- 1.0.1 — 2019-07-30
- 1.0.0 — 2019-07-30

## README

# react-fullpage-loading

react-fullpage-loading provides your [React.js](http://facebook.github.io/react/)
component a simple mechanism for rendering a loading fullpage spinner while data is loading.

## Installation

react-fullpage-loader is available through [npm](https://www.npmjs.org/) 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](http://opensource.org/licenses/MIT).

---
_Source: https://npm.io/package/react-fullpage-loading · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
