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

https://github.com/jusemon/loadalert

A customizable alert with a spinner for loading effects or little messages.
https://github.com/jusemon/loadalert

Last synced: about 1 year ago
JSON representation

A customizable alert with a spinner for loading effects or little messages.

Awesome Lists containing this project

README

          

# loadalert
A customizable alert with a spinner for loading effects or little messages.

## Instalation:
Add to your body
``` html

```
### Usage:
``` javascript
loadalert.show(); // Show a loading spin
loadalert.hide(); // Remove the loading spin
```