# over-loaders

> The easy 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.

Latest version **1.0.0** (published 2017-11-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install over-loaders
pnpm add over-loaders
yarn add over-loaders
bun add over-loaders
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2017-11-06 |
| First published | 2017-11-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5 |
| Author | Humanz Studioz |
| Maintainers | humanzstudioz |
| Keywords | over-loaders |

## Links

- npm: https://www.npmjs.com/package/over-loaders
- Repository: https://github.com/humanzstudioz/over-loaders
- Homepage: https://github.com/humanzstudioz/over-loaders#readme
- Issues: https://github.com/humanzstudioz/over-loaders/issues
- npm.io page: https://npm.io/package/over-loaders

## Recent versions

- 1.0.0 (latest) — 2017-11-06

## 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")

## Usage

```html
<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.

---
_Source: https://npm.io/package/over-loaders · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
