1.0.0 • Published 7 years ago

over-loaders v1.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

over-loaders

Animating loaders using only CSS.

This is an easy way to add an overlay spinner on a DOM's object using simple classes. Helpful for showing loading animations while doing some Ajax/Axios/Pub-Sub calls.

over-loader example image (thin-spinner)

Usage

<div class="over-loaders thin-spinner">
    Lorem ipsum dolor sit amet, consectetur adipisicing elit.
</div>

In the above example over-loaders is a global library class, whereas thin-spinner class represents the type of the spinner/loader. For now there is only 1 spinner available. Lookin further for your suggestions.