awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • gorhom/react-native-bottom-sheetgorhom 的头像

    gorhom/react-native-bottom-sheet

    9,003在 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
    在 GitHub 上查看↗9,003
  • haxefoundation/haxeHaxeFoundation 的头像

    HaxeFoundation/haxe

    6,880在 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
    在 GitHub 上查看↗6,880
  • charmbracelet/huhcharmbracelet 的头像

    charmbracelet/huh

    6,575在 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
    在 GitHub 上查看↗6,575
  • moroshko/react-autosuggestmoroshko 的头像

    moroshko/react-autosuggest

    5,940在 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
    在 GitHub 上查看↗5,940
  1. Home
  2. User Interface & Experience
  3. Scrollable Interfaces
  4. Scrollable Form Lists

探索子标签

  • 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.