https://github.com/manufosela/util-lola
Polymer component based in LoLa (loading layer)
https://github.com/manufosela/util-lola
Last synced: 3 months ago
JSON representation
Polymer component based in LoLa (loading layer)
- Host: GitHub
- URL: https://github.com/manufosela/util-lola
- Owner: manufosela
- License: mit
- Created: 2017-04-14T19:52:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-20T04:33:50.000Z (almost 8 years ago)
- Last Synced: 2025-01-08T06:15:43.353Z (5 months ago)
- Language: HTML
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# util-lola [](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
```