owp.http-loading-bar
TypeScript icon, indicating that this package has built-in type declarations

3.0.1 • Public • Published

OpenWebProject HTTP-loading-bar

React/Bootstrap loading bar for owp.http

Try it

https://andreasarvidsson.github.io/OpenWebProject-HTTP-loading-bar/

Installation

npm install owp.http-loading-bar --save

//Peer dependencies
npm install owp.http --save

Usage

Import loading-bar before creating any instances of owp.http.

import LoadingBar from "owp.http-loading-bar";

<LoadingBar />;

Options

<LoadingBar
    className="sticky-top"
    classNameInner="progress-bar-striped sticky-top"
/>
  • className: Set additional classes to the outer progress div
  • classNameInner: Set additional classes to the inner progress-bar div

Dependencies (0)

    Dev Dependencies (17)

    Package Sidebar

    Install

    npm i owp.http-loading-bar

    Weekly Downloads

    7

    Version

    3.0.1

    License

    MIT

    Unpacked Size

    6.49 kB

    Total Files

    5

    Last publish

    Collaborators

    • andreas_arvidsson