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

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.

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.

![Image of examples of loader type 'illo-loader'](illoLoader.gif)

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