update web components
This commit is contained in:
parent
909402537a
commit
fcdd2e4f4b
114 changed files with 1611 additions and 1238 deletions
|
@ -25,7 +25,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
|
||||
<style is="custom-style" include="demo-pages-shared-styles">
|
||||
.vertical-section-container {
|
||||
max-width: 600px;
|
||||
max-width: 500px;
|
||||
}
|
||||
|
||||
paper-toggle-button {
|
||||
|
@ -44,19 +44,15 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
<paper-toggle-button disabled>Disabled</paper-toggle-button>
|
||||
</template>
|
||||
</demo-snippet>
|
||||
</div>
|
||||
|
||||
<div class="vertical-section-container centered">
|
||||
<h3>Toggle buttons can hide the ripple effect using the <i>noink</i> attribute</h3>
|
||||
<demo-snippet class="centered-demo">
|
||||
<template>
|
||||
<paper-toggle-button noink>Toggle</paper-toggle-button>
|
||||
</template>
|
||||
</demo-snippet>
|
||||
</div>
|
||||
|
||||
<div class="vertical-section-container centered">
|
||||
<h3>Toggle buttons can be styled using custom properties</h3>
|
||||
<h3>Toggle buttons can be styled using custom properties</h3>
|
||||
<demo-snippet class="centered-demo">
|
||||
<template>
|
||||
<style is="custom-style">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue