ProgressiveLoader
A loading indicator used to convey the state of action that takes longer than a few seconds to complete.
React
import { ProgressiveLoader } from '@hover/blueprint';
A label
is required to ensure the Loader is accessible.
Rows and Columns
Control the amount of bricks in the animation with rows
and columns
.
Delay
Customize the delay between the bricks dropping with brickDelay
and
brickDelayVariation
.
Captions
Pass an array of captions
to be cycled through as the loader animates.
Custom Bricks
Use the brickSpacing
and brickProps
props to customize the appearance of the
animated bricks.