Table of Contents

Web Component

Basic concept

Learn

  1. “hello world” example of lit. https://lit.dev/playground/
  2. <template> tag: The <template> HTML element serves as a mechanism for holding HTML fragments, which can either be used later via JavaScript or generated immediately into shadow DOM. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/template