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

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

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

4 个仓库

Awesome GitHub RepositoriesSelection Dialogs

Dialogs with built-in message, single-choice, or multi-choice views for common selection tasks.

Distinct from Form Dialogs: Distinct from Form Dialogs: focuses on selection views (single/multi-choice) rather than validated form inputs.

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

Awesome Selection Dialogs GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • jaredreich/notiejaredreich 的头像

    jaredreich/notie

    6,274在 GitHub 上查看↗

    Notie 是一个零依赖的 JavaScript UI 库,提供了一套轻量级的界面组件,用于数据收集、选择提示和系统级状态通知。它作为一个输入组件套件和选择对话框工具,可在任何 JavaScript 环境中运行,无需第三方包。 该库包含一系列通知工具,例如在设定时间后消失的主题化 Toast 通知,以及需要用户明确确认的关键信息强制警报通知。它还提供用于确认用户决策的交互式对话框,以及在选中项目时触发处理函数的选择菜单。 在数据收集方面,该库提供了模态界面组件,包括带有自定义验证的文本输入字段和基于日历的日期选择界面。这些组件捕获用户数据并通过回调函数返回结果。

    Provides modal dialogs with single or multi-choice views for common selection tasks.

    JavaScript
    在 GitHub 上查看↗6,274
  • rey5137/materialrey5137 的头像

    rey5137/material

    5,955在 GitHub 上查看↗

    A library to bring fully animated Material Design components to pre-Lolipop Android.

    Presents dialogs with built-in message, single-choice, or multi-choice views for selection tasks.

    Javaandroidjavamaterial
    在 GitHub 上查看↗5,955
  • wdullaer/materialdatetimepickerwdullaer 的头像

    wdullaer/MaterialDateTimePicker

    4,630在 GitHub 上查看↗

    MaterialDateTimePicker 是一个符合 Material Design 的 Android UI 组件库,提供用于选择日期、时间和组合时间值的标准化小部件。它实现了一组遵循 Material Design 系统的可自定义对话框,以确保一致的用户界面交互。 该库具有组合日期和时间选择器,可协调日历和时钟对话框的顺序显示。它为日期和时间选择提供了特定约束,允许限制可选范围、特定日期和所需时间间隔。 视觉配置通过主题驱动的样式系统处理,支持自定义强调色、深色模式切换和操作按钮文本自定义。这些组件作为对话框片段实现,以管理 Android 应用内的生命周期和屏幕覆盖层。

    Provides a modal selection dialog for hours, minutes, and seconds with adjustable precision.

    Javaandroidandroid-librarymaterial-design
    在 GitHub 上查看↗4,630
  • stfalcon-studio/chatkitstfalcon-studio 的头像

    stfalcon-studio/ChatKit

    3,724在 GitHub 上查看↗

    ChatKit is a library of reusable native Android components and frameworks designed for rendering chat visuals, message threads, and media pickers. It provides a set of pre-built UI elements to facilitate the development of messaging interfaces, including conversation lists and text input fields. The toolkit includes specialized media management capabilities, such as a full-screen image viewer with pinch-to-zoom and swipe-to-dismiss gestures, as well as mechanisms for importing photos and videos from device storage. It also features dynamic selection dialogs that adjust their layout based on t

    Provides a customizable picker interface that automatically adjusts its layout based on the size of the presented dataset.

    Javaandroidandroid-librarychat
    在 GitHub 上查看↗3,724
  1. Home
  2. User Interface & Experience
  3. Modal Dialogs
  4. Alert Dialogs
  5. Form Dialogs
  6. Selection Dialogs

探索子标签

  • Adaptive LayoutsDialog components that automatically adjust their layout or presentation based on the size of the data set. **Distinct from Selection Dialogs:** Distinct from generic Selection Dialogs: specifically handles the structural adaptation of the UI relative to the quantity of items presented.