awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Web Components · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesWeb Components

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.

  1. Home
  2. Web Development
  3. Frontend Development Tools
  4. Frontend Frameworks
  5. Component Authoring & Composition
  6. Web Components

Awesome Web Components GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • angular/angular

    angular/angular

    99,962GitHubView on GitHub↗

    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.

    TypeScriptangularjavascriptpwa
  • vuejs/core

    vuejs/core

    53,019GitHubView on GitHub↗

    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.

    TypeScript

Explore sub-tags

  • Cross-FrameworkCustom elements designed for interoperability across diverse technology stacks.
  • Custom Element ConsumptionConfiguration to allow the framework to recognize and render native custom elements.
  • Custom Element TransformationsConversion of framework components to standard custom elements.