awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

45 Repos

Awesome GitHub RepositoriesText Input Widgets

Components for capturing and validating user text input.

Distinguishing note: Focuses on text entry, distinct from general form widgets.

Explore 45 awesome GitHub repositories matching user interface & experience · Text Input Widgets. Refine with filters or upvote what's useful.

Awesome Text Input Widgets GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • google-research/google-researchAvatar von google-research

    google-research/google-research

    38,139Auf GitHub ansehen↗

    This repository serves as a comprehensive research platform and toolkit for advancing machine learning, quantum computing, and large-scale scientific data analysis. It provides foundational frameworks for developing complex algorithmic systems, offering the necessary infrastructure for distributed training, computational graph execution, and high-performance model development. The project distinguishes itself by integrating specialized research domains with robust, privacy-preserving methodologies. It supports diverse scientific discovery through tools for quantum simulation, physics-informed

    Predicts and suggests text sequences to streamline user interaction and improve typing efficiency.

    Jupyter Notebookaimachine-learningresearch
    Auf GitHub ansehen↗38,139
  • textualize/textualAvatar von Textualize

    Textualize/textual

    36,285Auf GitHub ansehen↗

    This project is a framework for building interactive, graphical-style terminal applications. It provides a declarative component model that organizes user interfaces into a tree of nested widgets, each managing its own lifecycle, state, and rendering. By subclassing the base application class, developers can construct complex, keyboard-navigable interfaces that run directly within terminal emulators. The framework distinguishes itself through a reactive architecture and a CSS-based layout engine. It uses a reactive attribute system to automatically track state changes and trigger targeted int

    Display a single-line text input field that supports focus, custom placeholders, and specific data types to restrict user input.

    Pythoncliframeworkpython
    Auf GitHub ansehen↗36,285
  • filamentphp/filamentAvatar von filamentphp

    filamentphp/filament

    31,215Auf GitHub ansehen↗

    Filament is a full-stack framework for building administrative panels and management interfaces within the Laravel ecosystem. It provides a declarative, component-based architecture that allows developers to construct complex, data-driven applications using server-side configuration objects rather than manual HTML. By inspecting database model structures and relationships, the framework automates the generation of CRUD interfaces, forms, and data tables, significantly reducing boilerplate code. The project distinguishes itself through a highly modular and extensible design that supports custo

    Provides standardized single-line text input fields with support for visual prefixes and suffixes.

    PHPadminalpine-jsbuilder
    Auf GitHub ansehen↗31,215
  • libgdx/libgdxAvatar von libgdx

    libgdx/libgdx

    24,816Auf GitHub ansehen↗

    LibGDX is a Java-based framework designed for cross-platform game development, enabling the creation and deployment of 2D and 3D games across desktop, mobile, and web environments from a single codebase. It functions as a comprehensive library that abstracts hardware-accelerated graphics, audio, input, and file system access, providing a unified interface for developers to manage game logic and application lifecycles. The framework distinguishes itself through a high-performance architecture that prioritizes efficiency and native interoperability. It utilizes a batch-oriented graphics pipelin

    Captures user text input via native platform dialogs.

    Java2d3dandroid
    Auf GitHub ansehen↗24,816
  • charmbracelet/gumAvatar von charmbracelet

    charmbracelet/gum

    22,814Auf GitHub ansehen↗

    Gum is a toolkit for building interactive, visually styled command-line interfaces and prompts directly within shell scripts. It functions as a library of modular components that allow developers to enhance terminal workflows by adding structured layouts, formatted text, and user-input widgets to standard command-line operations. The project distinguishes itself by providing a suite of specialized utilities for common shell tasks, such as fuzzy-matched selection menus, interactive file system navigation, and confirmation dialogs. It translates high-level styling and layout instructions into t

    Captures user-provided strings through interactive text input fields in shell scripts.

    Gobashshell
    Auf GitHub ansehen↗22,814
  • necolas/react-native-webAvatar von necolas

    necolas/react-native-web

    22,132Auf GitHub ansehen↗

    This project is a cross-platform user interface framework that maps mobile-native component primitives to standard web elements. It enables developers to build consistent applications that function across both mobile and web environments by providing a unified library of components and shared logic. The framework distinguishes itself through a specialized style engine that converts JavaScript object-based declarations into optimized, scoped CSS at runtime. It also features a responsive layout engine that implements a flexbox-based system, ensuring that interfaces adapt dynamically to differen

    Provides accessible text input fields supporting keyboard interaction, auto-completion, and event-driven state updates.

    JavaScriptcross-platformcss-in-jsgui-framework
    Auf GitHub ansehen↗22,132
  • crystal-lang/crystalAvatar von crystal-lang

    crystal-lang/crystal

    20,299Auf GitHub ansehen↗

    Crystal is a statically typed, compiled programming language designed for high performance and memory safety. It leverages an LLVM-based compiler to translate source code into optimized machine-executable binaries, while its type-inference-based static analysis enforces strict safety rules during the build process. The language distinguishes itself through a fiber-based concurrent runtime that manages lightweight execution units for asynchronous input and output without blocking the main process. It also features a powerful compile-time macro system that allows for the inspection and transfor

    Enables capturing user text input from the standard input stream for interactive processing.

    Crystalcompilercrystalcrystal-language
    Auf GitHub ansehen↗20,299
  • decaporg/decap-cmsAvatar von decaporg

    decaporg/decap-cms

    18,943Auf GitHub ansehen↗

    Decap CMS is a headless, Git-based content management system designed to provide a visual editing interface for static site workflows. By decoupling the administrative dashboard from the frontend, it allows users to manage content stored directly in version control repositories as structured data. The system maps visual form inputs to repository files, enabling non-technical contributors to update content without requiring direct code changes. The platform distinguishes itself through its Git-centric automation, which handles content lifecycles by creating commits, branches, and pull requests

    Provides a suite of configurable UI components for capturing various data types within content files.

    JavaScriptcmscontent-management-systemdecap-cms
    Auf GitHub ansehen↗18,943
  • wangeditor-team/wangeditorAvatar von wangeditor-team

    wangeditor-team/wangEditor

    18,351Auf GitHub ansehen↗

    wangEditor is a JavaScript-based web rich text editor and WYSIWYG interface used for composing formatted documents directly in a browser. It serves as a client-side editing component for web applications to handle document styling and content manipulation. The editor is built as a plugin-based engine, allowing new features and formatting capabilities to be added through a registration interface. It utilizes a schema-driven approach to validate HTML tags and attributes, ensuring clean and consistent document output. The project provides tooling for content management systems, frontend text in

    Provides robust text input widgets for capturing advanced styled text and structured document output.

    TypeScriptrich-textrich-text-html-editortypescript
    Auf GitHub ansehen↗18,351
  • twitter/typeahead.jsAvatar von twitter

    twitter/typeahead.js

    16,451Auf GitHub ansehen↗

    typeahead.js is a JavaScript autocomplete library used to build searchable input fields that provide real-time suggestions from local or remote data sources. It functions as a client-side suggestion engine and an asynchronous search interface, providing a customizable UI toolkit for managing search suggestion menus. The library focuses on data aggregation and performance, allowing the combination of multiple local or remote datasets into a single interface grouped by category. It utilizes rate-limited asynchronous fetching to prevent API overloading and employs search data prefetching and loc

    Provides a searchable input field that suggests matching results to users in real-time as they type.

    JavaScript
    Auf GitHub ansehen↗16,451
  • hammerspoon/hammerspoonAvatar von Hammerspoon

    Hammerspoon/hammerspoon

    14,497Auf GitHub ansehen↗

    Hammerspoon is a programmable automation engine for macOS that enables deep system-level control through a Lua scripting environment. By bridging high-level scripts with native Objective-C APIs, it allows users to interact with the operating system's accessibility tree, intercept hardware input streams, and manage the lifecycle of running applications. The project distinguishes itself through an event-driven architecture that registers asynchronous hooks for system notifications and hardware events. This allows for real-time automation, such as remapping keyboard and mouse inputs, managing wi

    Displays native system dialogs to capture user text input, including support for secure fields.

    Objective-Cautomationhammerspoonirc
    Auf GitHub ansehen↗14,497
  • angular-ui/bootstrapAvatar von angular-ui

    angular-ui/bootstrap

    14,206Auf GitHub ansehen↗

    This project is a collection of native directives designed to implement the Bootstrap component framework within Angular applications. It provides a suite of modular interface elements that allow developers to build interactive web components without requiring external JavaScript dependencies. The library distinguishes itself by using a dependency-free logic layer that relies entirely on native framework primitives. It features a specialized service-based positioning engine to manage the placement of floating overlays and an event-driven system to coordinate the lifecycle of complex UI elemen

    Suggests matches from a data source as users type into text fields.

    JavaScript
    Auf GitHub ansehen↗14,206
  • rivo/tviewAvatar von rivo

    rivo/tview

    13,928Auf GitHub ansehen↗

    tview is a library for building interactive text-based user interfaces in Go. It functions as a toolkit for managing event loops, user input, and screen rendering, providing a framework of pre-built widgets and an integrated layout engine for creating command-line applications. The project distinguishes itself through a comprehensive layout system that uses grid and flexbox models to create responsive designs. It also supports UI layer stacking to manage multiple screens and modal overlays. The framework includes a diverse suite of interactive components for data display, such as tables and

    Implements autocomplete input components that suggest and filter options as users type.

    Gogolangterminal-baseduser-interface
    Auf GitHub ansehen↗13,928
  • selectize/selectize.jsAvatar von selectize

    selectize/selectize.js

    13,022Auf GitHub ansehen↗

    Selectize.js is a jQuery-based autocomplete library and tagging interface component. It functions as a searchable selection tool that combines a text input field with a dropdown select box to facilitate fast item lookup and the management of discrete tags. The project specializes in remote data input, allowing it to fetch, rank, and integrate options from a server in real-time as a user types. It utilizes a weighted search ranking system to score and sort results by scanning multiple text fields for relevance. The library covers a broad range of user interface capabilities, including multi-s

    Combines a text input with a dropdown to suggest and filter options from a data source.

    SCSS
    Auf GitHub ansehen↗13,022
  • downshift-js/downshiftAvatar von downshift-js

    downshift-js/downshift

    12,295Auf GitHub ansehen↗

    Downshift is a headless UI component library and framework for React that provides the state and interaction primitives necessary to build accessible autocomplete, combobox, and select dropdown components. It functions as a WAI-ARIA UI framework, generating the required ARIA attributes and keyboard event handlers to ensure screen reader compliance without providing any default styling. The library utilizes a headless component pattern to decouple interaction logic from the visual presentation. It manages complex state transitions through reducers and synchronizes internal UI state with extern

    Ships interaction logic for filtering and suggesting options from data sources as users type into a search input.

    JavaScriptaccessibleautocompleteautosuggest
    Auf GitHub ansehen↗12,295
  • coreui/coreui-free-bootstrap-admin-templateAvatar von coreui

    coreui/coreui-free-bootstrap-admin-template

    12,220Auf GitHub ansehen↗

    CoreUI Free Bootstrap Admin Template is a pre-built, responsive admin dashboard template built on Bootstrap 5 for constructing back-office interfaces. It provides a library of UI components with native wrappers for React, Vue, and Angular applications, alongside a Sass-based theming system for managing brand colors, dark mode, and design tokens via variables and CSS custom properties. The template includes a set of advanced form controls such as autocomplete, date pickers, and multi-step wizards with built-in validation, and supports switching the entire interface between built-in dark and li

    Provides autocomplete inputs that filter options from local or remote data sources.

    HTMLadminadmin-dashboardadmin-panel
    Auf GitHub ansehen↗12,220
  • reactjs/react.devAvatar von reactjs

    reactjs/react.dev

    11,765Auf GitHub ansehen↗

    React is a JavaScript library for building user interfaces through the composition of modular, self-contained components. It employs a declarative programming model where developers describe the desired visual state, and the library automatically manages the underlying document updates and state synchronization. By utilizing a virtual representation of the document, it calculates and applies minimal changes to the browser, ensuring efficient rendering even in complex applications. The library distinguishes itself through a sophisticated scheduling system that manages rendering work in increme

    Provides resizable text area components that support initial values and form integration.

    JavaScriptdocumentationjavascriptreact
    Auf GitHub ansehen↗11,765
  • mozilla-firefox/firefoxAvatar von mozilla-firefox

    mozilla-firefox/firefox

    11,305Auf GitHub ansehen↗

    Firefox is a cross-platform web browser engine designed to render web content, execute JavaScript, and manage secure browsing sessions. It utilizes a multi-process isolation architecture that distributes browser tasks across independent operating system processes to ensure stability and prevent site-specific failures from impacting the entire application. The engine incorporates a sandboxed execution environment to restrict web content and untrusted scripts to isolated memory compartments, enforcing security policies that prevent unauthorized access to system resources. The project distinguis

    Displays predictive input suggestions in text fields as users type.

    JavaScript
    Auf GitHub ansehen↗11,305
  • prompt-toolkit/python-prompt-toolkitAvatar von prompt-toolkit

    prompt-toolkit/python-prompt-toolkit

    10,498Auf GitHub ansehen↗

    This project is a Python terminal user interface library and toolkit designed for building interactive command-line applications. It provides a terminal input manager and a widget toolkit for rendering dashboards, menus, and editors within a terminal emulator. The library enables the creation of full-screen terminal interfaces and interactive shells. It distinguishes itself with advanced input handling, including lexer-based syntax highlighting for visual feedback on code structure and support for industry-standard keyboard navigation modes such as Emacs and Vi. The capability surface covers

    Displays predictive ghost-text completions based on history or rules to anticipate user intent.

    Python
    Auf GitHub ansehen↗10,498
  • junegunn/fzf.vimAvatar von junegunn

    junegunn/fzf.vim

    10,146Auf GitHub ansehen↗

    fzf.vim is a Vim fuzzy finder plugin that integrates the fzf command-line interface into the editor. It serves as a text editor search interface and buffer and file navigator, allowing users to quickly locate files, buffers, and text patterns. The plugin functions as a bridge to the fzf command-line tool, enabling users to search for files, grep code content, and navigate git commits, marks, and tags. It also provides a mechanism to send multiple fuzzy search results directly into the Vim quickfix list for batch editing. Broad capabilities include interactive text completion for paths and wo

    Suggests paths and words in real-time as the user types to accelerate text entry.

    Vim Scriptfzfneovimvim
    Auf GitHub ansehen↗10,146
Vorherige123Nächste
  1. Home
  2. User Interface & Experience
  3. Text Input Widgets

Unter-Tags erkunden

  • Autocomplete InputsComponents that suggest and filter options from a data source as users type. **Distinct from Text Input Widgets:** Distinct from generic text input widgets: focuses specifically on the predictive suggestion logic.
  • Native Input PromptsDisplays native dialog boxes for capturing user text input across platforms. **Distinct from Text Input Widgets:** Distinct from Text Input Widgets: focuses on native system dialogs rather than embedded UI components.
  • Predictive Text Inputs9 Sub-TagsComponents that suggest matching options as users type into text fields. **Distinct from Text Input Widgets:** Distinct from generic text input widgets: focuses on the predictive suggestion logic.