2 रिपॉजिटरी
UI components that manage child layout, clipping, and interaction boundaries.
Distinguishing note: Focuses on frame-like behavior and child management rather than simple shape rendering.
Explore 2 awesome GitHub repositories matching user interface & experience · Container Components. Refine with filters or upvote what's useful.
This project is a programmable, high-performance drawing engine designed for building collaborative whiteboards, diagramming tools, and infinite canvas applications. It provides a reactive graphics runtime that manages complex canvas interactions, viewport animations, and input handling through a unified signal-based API. The framework is built on a schema-driven data store that maintains application state in a strictly typed, centralized record system, enabling efficient UI updates and persistent data management. The engine distinguishes itself through a highly modular architecture that supp
Supports custom shapes that act as containers with advanced clipping and interaction behaviors.
Avalonia is a cross-platform desktop framework that enables the creation of native-feeling applications for Windows, macOS, and Linux from a single codebase. It functions as a declarative UI toolkit, allowing developers to define complex visual hierarchies and interface structures using a markup-based syntax that maps directly to underlying object properties. By utilizing the Model-View-ViewModel architectural pattern, the framework facilitates a clean separation between application logic and user interface layout, which simplifies unit testing and component maintenance. The framework disting
Arranges interface elements into complex structures using specialized containers that handle stacking, docking, or grid-based alignment.