README
วิธีใช้ person-component
วิธีการใช้งาน
1 import <script src='https://unpkg.com/ass-component@0.0.1/dist/mycomponent.js'></script>
2 ใช้ tag ในไฟล์ที่ต้องการแสดง หรือ index.html <person-component>
Stencil Component Starter
<script type="module">
import assComponent from 'https://cdn.skypack.dev/ass-component';
</script>
1 import <script src='https://unpkg.com/ass-component@0.0.1/dist/mycomponent.js'></script>
2 ใช้ tag ในไฟล์ที่ต้องการแสดง หรือ index.html <person-component>