sample_with_deps.html 370 Bytes
<element name="sample-with-deps">
  <template>
    <div></div>
  </template>
  <link href="../node_modules/pikaday/css/pikaday.css" rel="stylesheet">
  <script src="../node_modules/moment/moment.js"></script>
  <script>
    ({
      readyCallback: function () {
        
      }
    });
  </script>
  <script src="../node_modules/pikaday/pikaday.js"></script>
</element>