awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesScrollable Form Lists

Scrolling mechanisms for long lists of options or fields inside a compact terminal viewport.

Distinct from Scrollable Interfaces: Distinct from Scrollable Interfaces: specifically applies scrolling to form fields and selection lists within terminal forms.

Explore 4 awesome GitHub repositories matching user interface & experience · Scrollable Form Lists. Refine with filters or upvote what's useful.

Awesome Scrollable Form Lists GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • gorhom/react-native-bottom-sheetAvatar gorhom

    gorhom/react-native-bottom-sheet

    9,003Vezi pe GitHub↗

    This is a bottom sheet component library for React Native that provides gesture-driven panels sliding up from the bottom of the screen. The library is built around configurable snap points, dynamic sizing, keyboard awareness, modal presentation, and synchronized scrolling, with native driver animation offloaded to the native thread for smooth performance. The library distinguishes itself through deep gesture and animation control, including custom gesture handler overrides, scroll-gesture synchronization, and dynamic snap point recalculation when content size or keyboard visibility changes. I

    Embeds scrollable lists and views inside a bottom sheet with synchronized gesture handling.

    TypeScriptbottom-sheetbottomsheetmodal
    Vezi pe GitHub↗9,003
  • haxefoundation/haxeAvatar HaxeFoundation

    HaxeFoundation/haxe

    6,880Vezi pe GitHub↗

    Haxe is a statically typed, multi-target programming language and open-source compiler toolkit that translates a single codebase into native executables and scripts for JavaScript, C++, C#, Java, Python, Lua, PHP, and Flash targets. It provides a unified type system with automatic type inference, a compile-time macro system for code transformation and generation, conditional compilation directives, and a static analysis engine that enforces null safety and eliminates dead code to produce smaller, safer outputs. The language is supported by the HashLink virtual machine, which executes platform

    Ships a scrollable text log widget for displaying runtime output in applications.

    Haxecompilercross-platformhaxe
    Vezi pe GitHub↗6,880
  • charmbracelet/huhAvatar charmbracelet

    charmbracelet/huh

    6,575Vezi pe GitHub↗

    Huh is a Go library for building interactive terminal forms, designed to work with the Bubbletea TUI framework. It provides a complete form-building system with text inputs, selection lists, confirmation prompts, and file pickers, all navigable using only the keyboard without requiring a mouse. The library distinguishes itself through dynamic form adaptation, allowing fields to be shown, hidden, or modified at runtime based on user selections and conditional rules. It includes screen reader support that announces form fields and falls back to text prompts when a visual interface is unavailabl

    Scrolls through a long list of options or fields inside a compact terminal viewport.

    Go
    Vezi pe GitHub↗6,575
  • moroshko/react-autosuggestAvatar moroshko

    moroshko/react-autosuggest

    5,940Vezi pe GitHub↗

    React Autosuggest is a fully controlled React component that provides an autocomplete input with a dropdown of suggestions as the user types. It delegates all state management to the parent component through callbacks, making it compatible with state management patterns like Flux or Redux. The component implements WAI-ARIA accessibility patterns, including keyboard navigation with arrow keys, Enter, and Escape, along with live region integration for screen reader announcements. The component offers extensive customization through render-prop functions, allowing developers to replace the defau

    Isolates scroll within the suggestions container to prevent page scrolling when the list boundary is reached.

    JavaScript
    Vezi pe GitHub↗5,940
  1. Home
  2. User Interface & Experience
  3. Scrollable Interfaces
  4. Scrollable Form Lists

Explorează sub-etichetele

  • Scroll-Isolated Suggestion ListsScroll containers that isolate scrolling within the suggestion list to prevent page scrolling when the list boundary is reached. **Distinct from Scrollable Form Lists:** Distinct from Scrollable Form Lists: adds scroll isolation via event capture to prevent page scrolling, not just general scrollable form lists.
  • Scrollable Text LogsRenders a scrollable text area for displaying log output, often with custom buttons for interaction. **Distinct from Scrollable Form Lists:** Distinct from Scrollable Form Lists: focuses on log/display text areas rather than form field lists.
  • Sheet Scrollable ContentEmbedding scrollable lists and views inside a bottom sheet with synchronized gesture handling. **Distinct from Scrollable Form Lists:** Distinct from Scrollable Form Lists: focuses on embedding scrollable content inside bottom sheets with gesture synchronization, not terminal form lists.