5 Repos
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.
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.
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.
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.
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.
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.