Gồm 3 công nghệ: Custom Elements (tạo thẻ HTML tùy chỉnh), Shadow DOM (encapsulate styles/markup), HTML Templates (<template> và <slot>).
Cho phép tạo reusable components không phụ thuộc framework.
Three technologies: Custom Elements (create custom HTML tags), Shadow DOM (encapsulate styles and markup), and HTML Templates (<template> and <slot>).
Together they enable creating reusable components independent of any framework.