awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comالمدونة
التصنيفات

5 مستودعات

Awesome GitHub RepositoriesLayout Composition

Tools for building nested UI layouts based on routing parameters.

Distinguishing note: Focuses on dynamic layout updates driven by navigation state.

Explore 5 awesome GitHub repositories matching web development · Layout Composition. Refine with filters or upvote what's useful.

Awesome Layout Composition GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • facebook/reactالصورة الرمزية لـ facebook

    facebook/react

    245,669عرض على GitHub↗

    React هي مكتبة JavaScript لبناء واجهات المستخدم تعتمد على معمارية قائمة على المكونات وتدفق بيانات أحادي الاتجاه.

    Coordinates layout measurements and state updates before browser repaints to prevent visual flickering.

    JavaScriptjavascriptuifrontend
    عرض على GitHub↗245,669
  • dioxuslabs/dioxusالصورة الرمزية لـ DioxusLabs

    DioxusLabs/dioxus

    36,400عرض على GitHub↗

    Dioxus is a cross-platform development framework designed for building native desktop, mobile, and web applications from a single codebase. It utilizes a declarative component model and macro-powered syntax to define reusable interface elements, which are then rendered as native widgets or web elements. At its core, the framework employs a signal-based reactivity system that tracks state dependencies to trigger granular updates, ensuring efficient interface performance without re-rendering the entire application tree. The framework distinguishes itself through a unified full-stack runtime tha

    Supports building nested layouts that update content based on route parameters.

    Rustandroidcssdesktop
    عرض على GitHub↗36,400
  • barvian/number-flowالصورة الرمزية لـ barvian

    barvian/number-flow

    7,128عرض على GitHub↗

    number-flow is an animated number UI component that creates fluid vertical transitions between numeric values using digit-by-digit animations. It serves as a locale-aware number formatter that represents values according to regional cultural rules and browser internationalization standards. The component is designed for precise visual integration, exposing internal elements via CSS to allow for external styling. It incorporates accessibility features by detecting browser capabilities and respecting system-level reduced motion preferences. The project covers capabilities for dynamic data visu

    Coordinates layout measurements across numeric elements to maintain visual stability during value changes.

    TypeScriptaccessibleanimationodometer
    عرض على GitHub↗7,128
  • ant-design/pro-componentsالصورة الرمزية لـ ant-design

    ant-design/pro-components

    4,777عرض على GitHub↗

    Pro Components is a collection of high-level React components built on Ant Design for creating enterprise-grade administrative interfaces. It serves as a specialized component suite and UI framework designed for building complex business dashboards and internal tools. The library functions as a visual interface builder that allows for the composition of professional web pages through declarative configurations and visual design patterns. It enables the creation of interface components using visual configuration tools to simplify the layout and styling process. The framework covers the constr

    Provides a system for nesting high-level layout components to standardize the visual structure of enterprise dashboards.

    TypeScriptantant-designant-design-pro
    عرض على GitHub↗4,777
  • sehmaschine/django-grappelliالصورة الرمزية لـ sehmaschine

    sehmaschine/django-grappelli

    3,933عرض على GitHub↗

    django-grappelli is a visual and functional framework for the administration interface, providing a grid-based theme, UI kit, and a customizable landing page dashboard. It replaces the default administration interface with a structured layout designed to organize model forms and changelists. The project distinguishes itself through specific interface enhancements, such as autocomplete lookups for relational fields, rich text editor integration, and the ability to drag-and-drop reorder inline model rows. It also includes a context-switching mechanism that allows administrators to impersonate o

    Provides structural patterns to rearrange or group items on the main administration index page.

    HTML
    عرض على GitHub↗3,933
  1. Home
  2. Web Development
  3. Layout Composition

استكشف الوسوم الفرعية

  • Dashboard LayoutsStandardized structural patterns for organizing enterprise-grade administrative dashboards. **Distinct from Layout Composition:** Focuses on the structural nesting of dashboard elements rather than routing-driven layout updates
  • Layout SynchronizationMechanisms for coordinating layout measurements and DOM updates to prevent visual inconsistencies. **Distinct from Layout Composition:** Distinct from Layout Composition: focuses on the timing of DOM updates and layout measurement rather than routing-based structure.