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

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

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

2 个仓库

Awesome GitHub RepositoriesInput Lifecycle Controllers

Logic that defines how key presses are processed to manage the insertion of characters and the state of input sessions.

Distinct from Input Key Mappings: Distinct from OS key-mappings; this is about the editor-level logic of handling an input session.

Explore 2 awesome GitHub repositories matching user interface & experience · Input Lifecycle Controllers. Refine with filters or upvote what's useful.

Awesome Input Lifecycle Controllers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • nvim-mini/mini.nvimnvim-mini 的头像

    nvim-mini/mini.nvim

    9,325在 GitHub 上查看↗

    mini.nvim is a comprehensive library of independent modules designed to extend Neovim with a wide array of navigation, user interface, and text manipulation tools. It serves as a modular plugin collection, a UI toolkit for creating custom statuslines and notifications, and a package manager for installing and pinning external plugins from Git. The project provides a specialized fuzzy picker framework for filtering files and symbols, an LSP completion engine with interactive snippet expansion, and a dedicated plugin test framework that uses headless editor instances and remote procedure calls

    Processes specific key presses to control character insertion and the lifecycle of non-blocking input sessions.

    Lualuamini-nvimneovim
    在 GitHub 上查看↗9,325
  • eonasdan/tempus-dominusEonasdan 的头像

    Eonasdan/tempus-dominus

    7,175在 GitHub 上查看↗

    Tempus Dominus is a JavaScript date-time picker library designed to integrate with Bootstrap-based web projects, replacing manual text entry with an interactive calendar and clock interface. It functions as a form input enhancement that provides visual selection of single dates, times, or combined date-time values through a calendar and clock widget. The picker is built as a collection of independent UI components that manage their own state and rendering, with visual customization achieved entirely through CSS variables and class overrides without requiring JavaScript configuration. User int

    Automatically initializes and cleans up the picker based on the associated input element's DOM events.

    HTMLdatepickerdatetimedatetimepicker
    在 GitHub 上查看↗7,175
  1. Home
  2. User Interface & Experience
  3. Input Lifecycle Controllers

探索子标签

  • DOM-Bound Lifecycle ControllersLifecycle logic that ties a widget's initialization and cleanup to its associated DOM element's events. **Distinct from Input Lifecycle Controllers:** Distinct from Input Lifecycle Controllers: focuses on DOM element lifecycle binding rather than key-press processing within an input session.