Fully Accessible / Pure CSS Loaders
https://hang-tight.netlify.app
$ npm install --save hang-tight$ npm install --save hang-tight-reactIf you aren't using the react components and you are going with the pure HTML approach, ensure the following attributes are added:
role="progressbar"aria-valuetext("Loading" for example)aria-busy=true(when in the loading state)aria-valueminaria-valuemax
(view the demo for examples)