Questions tagged [loadingbar.js]

3 questions
6
votes
2 answers

LoadingBar.js showing an empty space when included in website

I am trying to implement LoadingBar.js on my website. I tested a JSFiddle that works fine : https://jsfiddle.net/sg2uz3jx/
Eli O.
  • 1,543
  • 3
  • 18
  • 27
0
votes
1 answer

how to use top loader bar in react js App

I am new in react js I want to implement npm i react-top-loading-bar in my react app. I am using react class function component. i want to implement that see the picture if anyone clicks on the Navigation link then it will show a loading bar at the…
vinod sharma
  • 103
  • 5
  • 13
0
votes
2 answers

React application will mount loadingbar.js on render, then the object becomes undefined on prop/state update

I am using React and was using progressbar.js for my widgets progress. Which was working fine. I am switching to use loadingBar.js instead. I get the page to load and each widget (multiple) loads right away as expected, then when the prop/state gets…