Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/humanzstudioz/over-loaders

Animating loaders using only CSS
https://github.com/humanzstudioz/over-loaders

css loaders purecss scss spinners stylesheets

Last synced: about 2 months ago
JSON representation

Animating loaders using only CSS

Awesome Lists containing this project

README

        

# 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)](images/thin-spinner.gif?raw=true "ThinSpinner")

## Installation
- via npm
`npm install over-loaders --save-dev`

## Usage

```html


Lorem ipsum dolor sit amet, consectetur adipisicing elit.

```
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.