1.0.2 • Published 5 years ago

exsample-webcomponents-helloworld v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

exsample-webcomponents-helloworld

Install

$ npm i --save exsample-webcomponents-helloworld

Usage

index.html
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <script type="module" src="../../../node_modules/exsample-webcomponents-helloworld/index.js"></script>
  </head>
  <body>
    <h1>Native Web Components</h1>
    <x-helloworld></x-helloworld>
  </body>
</html>
1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago