React progress visualizers for Snakesilk Loaders customizable with CSS.
- Install.
yarn add @snakesilk/react-loader-progress
- Require component.
import {ProgressBar} from '@snakesilk/react-loader-progress';
- Setup and render.
<ProgressBar loader={loader}/>
Instance of a Snakesilk Loader object which the progress events will be bound to.