customElement의 태그네임을 component-test 처럼 -가 최고 하나 있어야한다.
아니면 Uncaught DOMException: Failed to execute 'define' on 'CustomElementRegistry': "componenttest" is not a valid custom element name 처럼 에러남
Name for the new custom element. Note that custom element names must contain a hyphen. (링크)
template 코드
<component-test> 는 자동으로 내용이 바뀝니다.
(slot1 값이 없습니다.)
(slot2 값이 없습니다.)
(slot3 값이 없습니다.)
<component-test2
테스트
클릭시 요소 생성일시을 알려줍니다.slot2slot3slot1slot3slot1-같은 명칭으로 여러개 사용가능slot1-1slot1-2slot1-3
코멘트. 이 값은 안보입니다.
커스텀 엘레멘트 속에서 다른 커스텀 엘레멘트 사용