2 repos
Standards and utilities for creating and consuming reusable, encapsulated custom elements in web applications.
Explore 2 awesome GitHub repositories matching web development · Web Components. Refine with filters or upvote what's useful.
Angular is a platform for building web applications using a component-based architecture. It provides a comprehensive suite of tools for managing encapsulated UI units, including hierarchical dependency injection, a declarative template system, and fine-grained reactivity through signals. The framework supports complex
Transforms encapsulated components into standard custom elements that bootstrap upon insertion into the document.
Vue is a progressive JavaScript framework designed for building modular, reactive user interfaces. It utilizes a component-based architecture that allows developers to encapsulate logic, templates, and styles into reusable units. At its core, the framework employs a virtual DOM renderer and a proxy-based reactivity sys
Exports components as standard custom elements to ensure compatibility across different technology stacks.