https://github.com/nandovejer/illo-loader
The `illo-loader` is a custom web component that displays an animated loading indicator. It offers simple customization, making it easy to use in any web project.
https://github.com/nandovejer/illo-loader
custom-e loader loading-spinner webcomponents
Last synced: 2 months ago
JSON representation
The `illo-loader` is a custom web component that displays an animated loading indicator. It offers simple customization, making it easy to use in any web project.
- Host: GitHub
- URL: https://github.com/nandovejer/illo-loader
- Owner: nandovejer
- License: other
- Created: 2025-01-30T08:49:11.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-30T09:08:53.000Z (4 months ago)
- Last Synced: 2025-01-30T09:32:22.030Z (4 months ago)
- Topics: custom-e, loader, loading-spinner, webcomponents
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Illo Loader
`illo-loader` is a custom web component that displays an animated loading indicator. This web-component is very simple to set up and easy to use in any web project.

## Features
- Customizable loading symbol.
- Supports light and dark color schemes.
- Smooth and configurable animation.## Importing
You can also use `illo-loader` by including it from a CDN. Add the following script tag in the `` section of your HTML file:
```html
```
To use `illo-loader` in your project, you need to import it in your HTML file. Add the following script tag in the `` section of your HTML file:
```html
```
## Usage
To use the `illo-loader` component in your project, include the following HTML code:
```html
```
## Installation
You can install `illo-loader` by cloning this repository or downloading the files directly.
```sh
git clone https://github.com/your-username/illo-loader.git
```Build the project if you modify the code
```sh
npm run build
```## Contributing
Contributions are welcome. Please open an issue or a pull request to discuss any changes you would like to make.
## License
This project is licensed under the MIT License. See the LICENSE file for details.