File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 2424Loads Polymer element and behavior documentation using
2525[Hydrolysis](https://github.com/PolymerLabs/hydrolysis) and renders a complete
2626documentation page including demos (if available).
27+
28+ To display a warning inside an `iron-component-page` element,
29+ add the `.warning` class to a child.
2730-->
2831
2932< dom-module id ="iron-component-page ">
226229 < div id ="catalog-heading " catalog-only >
227230 < h2 > < span > [[active]]</ span > < span class ="version " hidden$ ="[[!version]] "> [[version]]</ span > </ h2 >
228231 </ div >
232+ < content select =".warning "> </ content >
229233 < iron-doc-viewer prefix ="[[_fragmentPrefix]] " id ="viewer " descriptor ="{{_activeDescriptor}} "
230234 on-iron-doc-viewer-component-selected ="_handleComponentSelectedEvent "> </ iron-doc-viewer >
231235 < div id ="nodocs " hidden$ ="[[_activeDescriptor]] " class ="no-docs ">
You can’t perform that action at this time.
0 commit comments