Welcome to building your first web component. This chapter discusses the various tools, technologies, designs, and development concepts that you will require to create your first web component. You will learn what a web component is, as well as what web browser support, design systems, and component-driven development (CDD) are.
What Are Web Components?
At a high level, Web Components are isolated pieces (kinds of blocks) with which a user interface (UI) can communicate with other elements, through properties and events (inputs and outputs from these blocks). Take the <video>