InSeong-So / Frontend-No-Framework

Vanilla JavaScript로 여러 기능 구현하기:mortar_board:

Home Page:https://inseong-so.github.io/No-Framework-VanillaJS/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

✏️ Custom Element 구현

InSeong-So opened this issue · comments

핵심 기술

class CustomElement extends HTMLElement {}
this.attachShadow({ mode: 'closed' });