×
Open src/my-new-view.html in a text editor. · Import paper-checkbox.html as a dependency. Add this import beneath the existing import for polymer-element.html :
The paper elements provide a consistent way to configure styles across elements when using the paper element set, with variables. We can use variables to ...
Every application needs some layout, and the app layout elements provide the tools to create responsive layouts easily. If you've worked with the previous ...
May 25, 2018 · This is a symptom of duplicate dependencies installed. If you're adding new element dependencies (like paper-button ) to your app, be sure you ...
A data binding connects data from a custom element (the host element) to a property or attribute of an element in its local DOM (the child or target ...
For examples of Polymer elements that provide extensive styling options with custom CSS properties, see the API documentation for the paper-ui-elements .
You can provide API docs for Polymer custom elements by writing documentation comments in your source files. Using the iron-component-pages element, ...
Write element docs · Element Summaries · Properties · Methods · Events · Behaviors · Custom CSS properties and mixins · Type Annotation · Language.
This guide shows you the basics of using Polymer CLI to run unit tests, and how to accomplish various tasks and scenarios using the Web Component Tester ...
Responsive to methods that manipulate its internal state. A basic Polymer element definition looks like this: import {PolymerElement, html} from '@polymer/ ...