react-laser-beam

A loading progress for react to improve your site interactive and experience inspired by youtube and github.

Usage no npm install needed!

<script type="module">
  import reactLaserBeam from 'https://cdn.skypack.dev/react-laser-beam';
</script>

README

React Laser Beam Build Status npm version PRs Welcome

A loading progress for react to improve your site interactive and experience inspired by youtube and github.

Demos and Docs

See the http://chikara-chen.github.io/react-laser-beam for more.

Installation

$ npm install --save react-laser-beam

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