Created
December 9, 2016 16:55
-
-
Save rafagarcia/538f4f9c41226130a4bb435351933ac8 to your computer and use it in GitHub Desktop.
Demo of polymaiap-loader
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html> | |
| <head> | |
| <title>polymaiap-loader demo</title> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes"> | |
| <script src="../../webcomponentsjs/webcomponents-lite.js"></script> | |
| <link rel="import" href="../../iron-demo-helpers/demo-pages-shared-styles.html"> | |
| <link rel="import" href="../../iron-demo-helpers/demo-snippet.html"> | |
| <link rel="import" href="../polymaiap-loader.html"> | |
| <style is="custom-style" include="demo-pages-shared-styles"> | |
| </style> | |
| </head> | |
| <body> | |
| <div class="vertical-section-container centered"> | |
| <h3>Basic polymaiap-loader Demo</h3> | |
| <demo-snippet> | |
| <template> | |
| <polymaiap-loader message="Cargando..."></polymaiap-loader> | |
| </template> | |
| </demo-snippet> | |
| </div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment