Skip to content

humanzstudioz/over-loaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Installation

  • via npm npm install over-loaders --save-dev

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.