Guest User

Untitled

a guest
May 26th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <!-- 1. import custom element mycard ที่เราสร้างมาใช้งาน -->
  2. <script type="module" src="my-card.js"></script>
  3.  
  4. <!-- 2. สร้าง tag my-card เพื่อเรียก custom element ที่เราสร้างมาใช้งาน โดยมีการกำหนด Property 3 ตัว คือ รูปภาพ ชื่อ และตำแหน่ง -->
  5. <my-card image="img_avatar" name="John Doe" position="Architect & Engineer"></my-card>
  6. <my-card image="img_avatar2" name="Jane Doe" position="Interior Designer"></my-card>
Add Comment
Please, Sign In to add comment