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

3 repos

Awesome GitHub RepositoriesComponent Frameworks

Libraries providing the foundational structure and syntax for building modular, reusable user interface elements.

Explore 3 awesome GitHub repositories matching user interface & experience · Component Frameworks. Refine with filters or upvote what's useful.

  1. Home
  2. User Interface & Experience
  3. Component Frameworks and Libraries
  4. Component Frameworks

Awesome Component Frameworks GitHub Repositories

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

    vuejs/vue

    209,962GitHubView on GitHub↗

    This project is a framework for building user interfaces through a component-based architecture. It utilizes a declarative template syntax and a reactive data-binding system to synchronize application state with the Document Object Model. Developers can construct complex interfaces by composing reusable, self-contained

    TypeScriptframeworkfrontendjavascript
  • facebook/react-native

    facebook/react-native

    125,418GitHubView on GitHub↗

    This project is a cross-platform mobile framework that enables the development of native iOS and Android applications from a single codebase. It utilizes a declarative component-based model where developers define user interfaces using a syntax extension that maps directly to underlying platform-native view primitives.

    C++androidapp-frameworkcross-platform
  • angular/angular.js

    angular/angular.js

    58,970GitHubView on GitHub↗

    AngularJS is a structural framework for building dynamic web applications by extending standard HTML with custom tags and attributes. It operates as a client-side template engine that transforms declarative markup into interactive components, organizing application logic through a model-view-controller pattern. By util

    JavaScript

Explore sub-tags

  • Attribute Inheritance MechanismsSystems that automatically propagate arbitrary HTML attributes to the root element of a component.
  • Data Binding UtilitiesMechanisms for synchronizing data between component state and UI elements.
  • HTML Directive ExtensionsCustom markup extensions that encapsulate reusable component logic and behavior within HTML templates.
  • JSX Syntax ExtensionsSyntax extensions for embedding UI markup in code.
  • Native UI PrimitivesCore components that map directly to platform-specific native view implementations.