awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesInput Element Wrappers

Wrappers that standardize interactions across various HTML input and contenteditable elements.

Distinct from HTML Element Wrappers: Focuses on standardizing input behaviors across different DOM elements, whereas HTML Element Wrappers generally refers to React-based prop mapping.

Explore 3 awesome GitHub repositories matching user interface & experience · Input Element Wrappers. Refine with filters or upvote what's useful.

Awesome Input Element Wrappers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • unmanner/imaskjsAvatar de uNmAnNeR

    uNmAnNeR/imaskjs

    5,187Ver en GitHub↗

    imaskjs es una librería de máscara de entrada de JavaScript y gestor de entrada DOM utilizado para aplicar patrones, tipos de datos y rangos específicos a la entrada del usuario en tiempo real. Sirve como una librería de formato de datos y herramienta de validación de entrada que transforma valores de entrada sin procesar en cadenas formateadas utilizando máscaras y tuberías personalizadas. El proyecto proporciona capacidades de enmascaramiento dinámico, permitiendo que los patrones de entrada cambien o se alternen en tiempo real basándose en los caracteres que el usuario escribe. Soporta restricciones de entrada complejas incluyendo expresiones regulares, rangos numéricos, verificación basada en fechas y enumeraciones de caracteres. La librería cubre una amplia gama de tareas de procesamiento de entrada y gestión de datos, incluyendo transformaciones de pre y post-procesamiento, extracción de valores sin procesar para envío a API y la aplicación de máscaras tanto a campos de entrada HTML estándar como a elementos contenteditable.

    Provides a standardized wrapper to manage interactions across different input types, including text fields and contenteditable elements.

    TypeScriptinputmaskvanilla-js
    Ver en GitHub↗5,187
  • yaireo/tagifyAvatar de yairEO

    yairEO/tagify

    3,880Ver en GitHub↗

    Tagify is an HTML tagging component library that transforms standard input and textarea elements into interactive interfaces for managing collections of data tags. It provides a form enhancement toolkit and an autocomplete input framework designed to add validation, persistence, and dynamic data synchronization to web forms. The library is distinguished by its ability to function as a mixed-content text editor, allowing interactive tags to be interspersed within blocks of plain free-form text. It supports real-time suggestions derived from local whitelists or remote servers, as well as an act

    Transforms standard HTML input elements into custom DOM wrappers that manage interactive tags.

    HTMLangular-componenthtmlinput
    Ver en GitHub↗3,880
  • greena13/react-hotkeysAvatar de greena13

    greena13/react-hotkeys

    2,158Ver en GitHub↗

    React hotkeys is a keyboard shortcut manager designed for declaring, scoping, and handling keyboard shortcuts and focus areas in React applications. It allows developers to define declarative shortcuts by binding key combinations or sequences to action names and handler functions, enabling components to respond predictably to user input. The library provides distinct mechanisms for managing how keyboard events interact with the document. It supports scoping hotkeys to specific component subtrees and DOM descendants to match natural browser focus behavior, alongside global key event handling t

    Excludes input elements and editable content from triggering shortcuts by default with customization rules.

    JavaScript
    Ver en GitHub↗2,158
  1. Home
  2. User Interface & Experience
  3. Component Architectures
  4. HTML Element Wrappers
  5. Input Element Wrappers