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.
- Host: GitHub
- URL: https://github.com/jusemon/loadalert
- Owner: jusemon
- License: mit
- Created: 2017-06-28T21:58:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-14T16:31:11.000Z (over 7 years ago)
- Last Synced: 2025-01-31T08:15:24.199Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```