@asl-19/react-loading-progress-indicator
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

@asl-19/react-loading-progress-indicator

React loading progress indicator component. Developed for ASL19 projects.

Inspired by NProgress and react-nprogress.

API

See docs/react-loading-progress-indicator.md for API documentation.

How to install

npm install @asl-19/react-loading-progress-indicator

Compatibility

This package is developed and used with Node.js 18. The code should be forward-compatible, but use with other Node.js versions is untested and unsupported.

Limitations

  • It isn’t possible to manually set the progress. The progress increases at a set rate until almost full (or isLoading is false).

  • It isn’t possible to adjust the rate at which the progress increases (e.g. slow down the loading progress as it approaches 1). The progress increases at a set rate.

  • The loading indicator accepts custom styles via the getStyle prop, but the styling possibilities are limited by the fact that the loading indicator is a single <div> element.

  • There are no tests!

Readme

Keywords

none

Package Sidebar

Install

npm i @asl-19/react-loading-progress-indicator

Weekly Downloads

49

Version

0.3.0

License

GPL-3.0-or-later

Unpacked Size

53.7 kB

Total Files

14

Last publish

Collaborators

  • aurangz
  • asl19grant