awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesWindow Management Components

UI elements that provide containerized, switchable views or panels for organizing application content.

Distinguishing note: No candidates were provided; this category specifically addresses windowed UI layouts rather than generic component libraries.

Explore 5 awesome GitHub repositories matching user interface & experience · Window Management Components. Refine with filters or upvote what's useful.

Awesome Window Management Components GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • vuetifyjs/vuetifyvuetifyjs का अवतार

    vuetifyjs/vuetify

    41,003GitHub पर देखें↗

    This project is a comprehensive UI toolkit that provides a declarative, reactive framework for building modular web interfaces. It centers on a component-based architecture that maps application state to rendered elements, utilizing a twelve-point flexbox grid system and nested containers to manage complex layouts. The library ensures consistent behavior across large-scale applications by providing centralized configuration for component defaults, themes, and global design tokens. What distinguishes this framework is its deep integration of Material Design principles alongside a highly flexib

    The library shows windowed containers that allow users to switch between different views or panels.

    TypeScriptjavascriptmaterialmaterial-components
    GitHub पर देखें↗41,003
  • mantinedev/mantinemantinedev का अवतार

    mantinedev/mantine

    31,263GitHub पर देखें↗

    Mantine is a comprehensive component library for building accessible and responsive web applications. It provides a foundational set of UI elements and layout primitives, anchored by a base component that supports consistent styling, spacing, and layout properties across the entire interface. The library is built on a design-driven theme engine that uses a provider-based system to propagate global design tokens and color schemes throughout an application. The library distinguishes itself through a robust architecture that emphasizes component composition and reusable interaction logic. It uti

    The dragHandleSelector prop allows specifying a selector of an element (or a group of elements) that should be used to drag the floating window. If not specified, the entire root element is used as a drag target. The `

    TypeScriptdark-modedark-themehooks
    GitHub पर देखें↗31,263
  • mimecorg/vuidomimecorg का अवतार

    mimecorg/vuido

    6,062GitHub पर देखें↗

    Vuido is a framework for building native desktop applications for Windows, macOS, and Linux using Vue.js components, without requiring Electron or Chromium. It maps Vue components directly to native widgets from the libui library, creating lightweight applications that run on a single-threaded event loop and compile templates at build time for optimized runtime performance. The framework provides a complete Vue.js component-to-native bridge, enabling two-way data binding via v-model, component-based window composition, and platform-specific package generation for distributing executables. It

    Builds each window as a tree of Vue components, with the root defining the window and children defining layout.

    JavaScriptdesktoplibuivue
    GitHub पर देखें↗6,062
  • iamtomshaw/f1-race-replayIAmTomShaw का अवतार

    IAmTomShaw/f1-race-replay

    6,043GitHub पर देखें↗

    f1-race-replay एक Python एप्लिकेशन है जिसे ट्रैक मैप पर इंटरैक्टिव Formula 1 रेस इवेंट्स और ड्राइवर स्थितियों को रेंडर करने के लिए डिज़ाइन किया गया है। यह रियल-टाइम ड्राइवर स्पीड, गियर और DRS स्थिति की निगरानी के लिए एक टेलीमेट्री एनालिसिस डैशबोर्ड और एक इंटरैक्टिव रेस रिप्ले सिस्टम के रूप में कार्य करता है। यह प्रोजेक्ट ड्राइवर स्टैंडिंग, टायर कंपाउंड्स और रिटायरमेंट स्थिति को ट्रैक करने के लिए एक लाइव रेस लीडरबोर्ड प्रदान करता है। इसमें रेस अनुक्रमों और ड्राइवर आंदोलनों को सिम्युलेट करने के लिए नेविगेशन कंट्रोल्स के साथ एक प्लेबैक टूल शामिल है, जिसमें सेफ्टी कार तैनाती का एनिमेशन भी शामिल है।

    Implements a compositional window structure for organizing independent telemetry analysis modules.

    Pythonf1formula1formula1-data-analysis
    GitHub पर देखें↗6,043
  • gyscos/cursivegyscos का अवतार

    gyscos/Cursive

    4,810GitHub पर देखें↗

    Cursive is a cross-platform terminal user interface toolkit and framework for building interactive applications in Rust. It provides a modular system for creating text-based graphical interfaces, utilizing a dedicated engine to manage the main display loop and view hierarchies. The toolkit features a backend-agnostic abstraction layer to ensure consistent rendering and input handling across different operating systems. It distinguishes itself through a palette-based theme engine that supports runtime theme loading and true color rendering, as well as the ability to generate user interface hie

    Provides framed window containers for organizing content with titles and interactive buttons.

    Rust
    GitHub पर देखें↗4,810
  1. Home
  2. User Interface & Experience
  3. Window Management Components

सब-टैग एक्सप्लोर करें

  • Component-Based Window StructuresBuilding each window as a tree of Vue components where the root defines the window and children define layout and widgets. **Distinct from Window Management Components:** Distinct from Window Management Components: focuses on the compositional structure of a window from components, not general window management UI elements.