Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/manufosela/util-lola

Polymer component based in LoLa (loading layer)
https://github.com/manufosela/util-lola

Last synced: 4 days ago
JSON representation

Polymer component based in LoLa (loading layer)

Awesome Lists containing this project

README

        

# util-lola [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/manufosela/util-lola)

Polymer component based in (LoLa (loading layer)) https://github.com/manufosela/LoLa

# Use

Put the component in your polymer app.

* **active** value attribute to show Loading Layer
* **message** value to show in Layer
* **timeout** value if you want to close in that seconds.

Change **active** attribute to **false** in a callback to close the Loading Layer when all process has loaded.

```html

```