https://github.com/chikara-chan/react-laser-beam
☄️ Customized loading progress component for React.
https://github.com/chikara-chan/react-laser-beam
react react-component
Last synced: 7 months ago
JSON representation
☄️ Customized loading progress component for React.
- Host: GitHub
- URL: https://github.com/chikara-chan/react-laser-beam
- Owner: chikara-chan
- License: mit
- Created: 2016-09-29T09:55:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T17:28:24.000Z (over 3 years ago)
- Last Synced: 2025-08-10T02:27:02.832Z (11 months ago)
- Topics: react, react-component
- Language: JavaScript
- Homepage: http://chikara-chan.github.io/react-laser-beam
- Size: 1.34 MB
- Stars: 35
- Watchers: 3
- Forks: 5
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
# React Laser Beam [](https://travis-ci.org/chikara-chan/react-laser-beam) [](https://www.npmjs.com/package/react-laser-beam) [](#)
A loading progress for react to improve your site interactive and experience inspired by youtube and github.

## Demos and Docs
See the [http://chikara-chan.github.io/react-laser-beam]( http://chikara-chan.github.io/react-laser-beam) for more.
## Installation
``` bash
$ npm install --save react-laser-beam
```
## Usage
``` js
import LaserBeam from 'react-laser-beam'
```
``` js
```
## Local setup
- Install the dependencies with `npm install`
- Run tests `npm test`
- Run tests in watch mode `npm run test:dev`
- Run the docs site in development mode with `npm start`. This will watch for file changes as you work.
- Build the docs site with `npm run build-docs`
- Build the project for npm with `npm run prepublish`
## License
MIT