Loader

Loading indicators used to show users things are happening

Class .wb-loader

A loading indicator used on blue or dark color background. The loader div should have text within it which will be accessible by screen-readers. The text is visually hidden from users.

Loading...
<div class="wb-loader">Loading...</div>

Modifier .wb-loader--colored

Apply this modifier when then loading indiciator needs to be on a white background.

Loading...
<div class="wb-loader wb-loader--colored">Loading...</div>