iron-component-page
iron-component-page copied to clipboard
A reusable landing page for elements
### Description Elements directly extending the Polymer.Element, shouldn't show methods listed in `Polymer.ElementMixin` or `Polymer.PropertyEffects` ### Expected outcome Create a new element with `polymer init` and add `iron-component-page` to its...
How do I know if my polymerjs app works? No error. Installed latest version of polymer, polymer cli It displays a blank white screen with no console errors. What am...

### Description With the latest release, adding this element into custom elements shows all the inherited functions and properties. I and others were wondering if it were possible to change...
Test annotation, that serves to generate a landing page for all available tests. Example: ``` html ``` Add a test button to go to a test landing page when there...
With changes to `` to include a new ``, `` needs to be updated to support listing module files in the navigation. See https://github.com/PolymerElements/iron-doc-viewer/issues/179, https://github.com/PolymerElements/iron-doc-viewer/pull/175.
A recurring problem that people seem to have is the [new attribute to property mapping in 1.0](https://www.polymer-project.org/1.0/docs/devguide/properties.html#property-name-mapping). They try something like `` because `myProperty` is listed in the element docs,...
The analyzer does already list the distribution slots extracted from the element's template, right? (issue Polymer/polymer-analyzer#391) It would be great if that information was also included in the generated elements...
### Description After upgrading to Polymer 2 and webcomponents v1, `iron-component-page` no longer works in IE11. It fails in the `_srcChanged` function on the use of the URL api: }...
### Description Demo is not shown after clicking the demo button with polymer cli 0.18.0-pre.15. ### Expected outcome The demo should be shown after clicking the demo button. ### Actual...