awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesInterface Mounting Systems

Mechanisms for injecting administrative interfaces into specific page elements.

Distinct from Extensible Interfaces: Distinct from Extensible Interfaces: focuses on the DOM-level mounting of the application rather than plugin extensibility.

Explore 5 awesome GitHub repositories matching user interface & experience · Interface Mounting Systems. Refine with filters or upvote what's useful.

Awesome Interface Mounting Systems GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • chenglou/react-motionAvatar von chenglou

    chenglou/react-motion

    21,921Auf GitHub ansehen↗

    react-motion is a physics-driven animation toolkit and library for React applications. It provides a system for creating fluid user interface transitions by simulating natural spring movement to move elements toward destination values using stiffness and damping parameters. The framework manages the visual entry and exit of components as they mount and unmount within the document structure. It coordinates complex motion patterns, including staggered animations and fluid transitions for items being added, removed, or reordered within dynamic lists. The library covers a broad range of animatio

    Manages visual entry and exit transitions as components mount to or unmount from the document.

    JavaScript
    Auf GitHub ansehen↗21,921
  • decaporg/decap-cmsAvatar von decaporg

    decaporg/decap-cms

    18,943Auf GitHub ansehen↗

    Decap CMS is a headless, Git-based content management system designed to provide a visual editing interface for static site workflows. By decoupling the administrative dashboard from the frontend, it allows users to manage content stored directly in version control repositories as structured data. The system maps visual form inputs to repository files, enabling non-technical contributors to update content without requiring direct code changes. The platform distinguishes itself through its Git-centric automation, which handles content lifecycles by creating commits, branches, and pull requests

    Allows the management interface to be injected into specific existing page elements.

    JavaScriptcmscontent-management-systemdecap-cms
    Auf GitHub ansehen↗18,943
  • gluestack/gluestack-uiAvatar von gluestack

    gluestack/gluestack-ui

    4,931Auf GitHub ansehen↗

    gluestack-ui is a cross-platform React component library built with Tailwind CSS. It provides over 30 pre-built, accessible components that can be installed by copying their source files directly into a project, giving developers full control over customization without external runtime dependencies. Every component implements WAI-ARIA patterns, keyboard navigation, and screen reader support out of the box. A key differentiator is the copy-paste architecture: rather than a traditional package dependency, component source code is placed in the project, allowing direct editing and eliminating ve

    Triggers enter and exit animations on components when they mount or unmount using lifecycle hooks.

    TypeScriptaccessibilitycomponent-librarycustomizable-components
    Auf GitHub ansehen↗4,931
  • nandorojo/motiAvatar von nandorojo

    nandorojo/moti

    4,542Auf GitHub ansehen↗

    Moti ist ein plattformübergreifendes Animations-Framework und eine zustandsgesteuerte Animations-Engine, die darauf ausgelegt ist, konsistente visuelle Übergänge und Bewegungseffekte auf Mobil- und Webplattformen zu erzeugen. Es fungiert als Wrapper und Bibliothek für native Thread-Animationen und nutzt ein Shared-Value-System, um Zustandsänderungen zwischen der Logikschicht und der nativen Rendering-Engine zu synchronisieren. Das Framework zeichnet sich durch seine Tools für Layout-Übergänge sowie die Fähigkeit aus, komplexe Sequenzen und Loops auf dem nativen Thread auszuführen, um hohe Bildraten beizubehalten. Es bietet ein System zur Orchestrierung flüssiger Ein- und Ausblendeanimationen, wenn Komponenten die Benutzeroberfläche betreten oder verlassen. Das Projekt deckt ein breites Spektrum an Bewegungsfunktionen ab, darunter zustandsbasierte Stilübergänge mit benannten Varianten, Keyframe-Sequenzierung und interaktive Animationen, die Benutzereingaben auf visuelle Bereiche abbilden. Zudem enthält es spezialisierte Komponenten für animierte Ladezustände, wie etwa Shimmer-Platzhalter.

    Automatically executes visual transitions when components first enter the user interface.

    TypeScript
    Auf GitHub ansehen↗4,542
  • joshwcomeau/react-flip-moveAvatar von joshwcomeau

    joshwcomeau/react-flip-move

    4,139Auf GitHub ansehen↗

    react-flip-move is a React animation library designed for animating DOM element transitions and list reordering using the FLIP technique. It functions as a layout transition component and a DOM transition utility to create smooth movement during state changes. The library specializes in hardware-accelerated transitions for elements as they are added, removed, or reordered within a list. It employs bounding-box position tracking to calculate layout shifts and supports staggered animation timing to create sequenced visual flows. Its capability surface covers layout transition orchestration, in

    Triggers specific animation sequences during the initial mount of components to the DOM.

    JavaScript
    Auf GitHub ansehen↗4,139
  1. Home
  2. User Interface & Experience
  3. Interface Mounting Systems

Unter-Tags erkunden

  • Mounting AnimationsVisual transitions specifically triggered by the injection or removal of components from the DOM. **Distinct from Interface Mounting Systems:** Focuses on the animation of the mounting process rather than the administrative system for injecting interfaces.