properties-from-ancestor-behavior

AqoviaElements

by SlashBunny

HTML

<base href="https://raw-dot-custom-elements.appspot.com/AqoviaElements/properties-from-ancestor-behavior/v1.1.0/properties-from-ancestor-behavior/">
<script src="../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="./demo/example-ancestor-component.html">
<link rel="import" href="./demo/example-descendant-component.html">
<style>
  papyrus-details { font-family: Roboto; background-color: #ddd; padding: 1em; border-radius: 4px; } 
  summary { font-size: 120%; font-weight: bold; }
</style>
    <example-ancestor-component my-prop1="Initial Value" my-prop2="Initial Value">
        <div>
            <example-descendant-component></example-descendant-component>
        </div>
        <div>
            <example-descendant-component></example-descendant-component>
        </div>
    </example-ancestor-component>