update components
This commit is contained in:
parent
697257670c
commit
02ae9ec81e
123 changed files with 13600 additions and 531 deletions
|
@ -14,7 +14,6 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
<meta charset="UTF-8">
|
||||
<title>paper-spinner demo</title>
|
||||
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
|
||||
<link rel="import" href="../../paper-styles/paper-styles.html">
|
||||
<link rel="import" href="../../paper-styles/demo-pages.html">
|
||||
<link rel="import" href="../paper-spinner.html">
|
||||
|
||||
|
@ -60,14 +59,14 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="horizontal center-justified layout">
|
||||
<body unresolved>
|
||||
<div class="horizontal-section-container">
|
||||
<div>
|
||||
<h4>Default</h4>
|
||||
<div class="horizontal-section">
|
||||
<paper-spinner></paper-spinner>
|
||||
<paper-spinner active></paper-spinner>
|
||||
<paper-spinner active></paper-spinner>
|
||||
<paper-spinner active></paper-spinner>
|
||||
<paper-spinner></paper-spinner>
|
||||
<paper-spinner active></paper-spinner>
|
||||
<button onclick="toggle(event)">Toggle</button>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue