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

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

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

4 रिपॉजिटरी

Awesome GitHub RepositoriesNested Interactive Components

Patterns for layering interactive UI elements within one another to create hierarchical interaction flows.

Distinct from Interactive UI Components: Specifically addresses the nesting of interactive components rather than general component patterns or geospatial elements.

Explore 4 awesome GitHub repositories matching user interface & experience · Nested Interactive Components. Refine with filters or upvote what's useful.

Awesome Nested Interactive Components GitHub Repositories

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

    daimajia/AndroidSwipeLayout

    12,365GitHub पर देखें↗

    AndroidSwipeLayout is an Android UI library and custom view framework that enables the creation of layouts that reveal hidden action buttons when a user performs a swipe gesture. It functions as a gesture-based UI component that triggers callbacks based on the real-time position of the swipe. The framework is designed to support complex interaction patterns, specifically allowing for the nesting of multiple swipeable components within one another. The library covers mobile gesture interaction and custom view orchestration, providing tools to track swipe states and synchronize UI changes duri

    Allows layering multiple swipeable components inside one another to create complex and hierarchical interaction patterns.

    Java
    GitHub पर देखें↗12,365
  • junixapp/xpopupjunixapp का अवतार

    junixapp/XPopup

    8,022GitHub पर देखें↗

    XPopup is an Android popup UI framework and overlay component library used to build customizable dialogs, bottom sheets, and overlay views. It serves as a dialog engine for creating high-performance popup views and provides a toolkit for executing entrance and exit transitions. The library is distinguished by its ability to render ultra-long, high-resolution images using memory-efficient loading and drag-to-dismiss interactions. It supports displaying overlay views while an application is in the background through system overlay permissions. The framework covers anchor-based positioning for

    Implements specialized handling for nested-scroll interactions and software keyboard behavior within popup containers.

    Javaandroidbottomsheetdialog
    GitHub पर देखें↗8,022
  • dv8fromtheworld/jdaDV8FromTheWorld का अवतार

    DV8FromTheWorld/JDA

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

    JDA is a Java library that serves as a Discord API wrapper, bot framework, and voice API client. It enables applications to interact with the Discord REST API and real-time gateway to build automated assistants, manage servers, and handle user interactions. The project includes a sharding manager to distribute gateway connections across multiple shards for scaling high-volume deployments. It also provides a UI component library for constructing interactive buttons, select menus, and modal forms within messages. Its capabilities cover voice and audio management, including audio streaming and

    Traverses lists of components recursively to process nested elements or track paths within a message.

    Java
    GitHub पर देखें↗4,663
  • midudev/jscampmidudev का अवतार

    midudev/jscamp

    3,811GitHub पर देखें↗

    jscamp is a full-stack web development and education project focused on mastering JavaScript, TypeScript, and AI integration. It provides a structured curriculum and interactive exercises covering language fundamentals, frontend engineering, and backend API development. The project distinguishes itself through the implementation of autonomous AI agents capable of complex task automation, such as modifying files, managing servers, and executing API calls. It includes advanced AI development tools for conversational querying, real-time code suggestions, and automated repository analysis to gene

    Builds complex user interfaces by layering and nesting reusable interactive components.

    JavaScriptbootcamp
    GitHub पर देखें↗3,811
  1. Home
  2. User Interface & Experience
  3. Interactive UI Components
  4. Nested Interactive Components

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

  • Component Tree TraversalRecursive navigation of UI component hierarchies to process nested elements. **Distinct from Nested Interactive Components:** Focuses on the traversal algorithm rather than the pattern of nesting itself.
  • Nested Scroll and Keyboard CoordinationMechanisms to handle interactions between nested scrollable areas and software keyboard visibility within overlays. **Distinct from Nested Interactive Components:** Specific to the coordination of scrolling and keyboard behavior, whereas Nested Interactive Components is a broader pattern for layering.