Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/manufosela/util-lola
- Owner: manufosela
- License: mit
- Created: 2017-04-14T19:52:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-20T04:33:50.000Z (over 7 years ago)
- Last Synced: 2023-07-07T11:10:32.909Z (over 1 year 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 [![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
```