util-lola
Polymer component based in LoLa (loading layer)
[ This description is mirrored from README.md at github.com/manufosela/util-lola on 2019-05-22 ]
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.
<util-lola active="true" timeout="2" message="2 seconds demo and it will close itself"></util-lola>
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Dependencies
Polymer/polymer#^2.0.0
- Released
- 2017-06-20
- Maturity
- TESTED
- License
- Other
Compatibility
- Framework
- Polymer 2.0+
- Polymer 1.0+ in 1.0.2
- Browser
- Browser Independent
util-lola - Vaadin Add-on Directory
Polymer component based in LoLa (loading layer)
**[ This description is mirrored from README.md at [github.com/manufosela/util-lola](https://github.com//manufosela/util-lola/blob/2.0.3/README.md) on 2019-05-22 ]**
# 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
```