Windy CSS styleguide

7.3 #loaders.loading .loading

Toggle example guides Toggle HTML markup

Basic pure CSS loader, by default hidden. Use class show to display loader on a desired place. All the sizes are supported.

Examples
Default styling
.size-s
modifies the size
.size-l
modifies the size
.size-xxl
modifies the size
.size-ultra
modifies the size
.ld-white
white color
.ld-gray
gray color
.ld-gray-light
light gray color
.ld-red
red color
Markup
<div class="loading show [modifier class]"></div>
Source: src/css/components/loading.less, line 26