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
·

10 repositorios

Awesome GitHub RepositoriesCharacter Length Limits

Constraints that restrict the number of characters allowed in a text input field.

Distinct from Form Input Controls: Focuses on the specific constraint of text length rather than the general UI component of the input control

Explore 10 awesome GitHub repositories matching user interface & experience · Character Length Limits. Refine with filters or upvote what's useful.

Awesome Character Length Limits GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • vanessa219/vditorAvatar de Vanessa219

    Vanessa219/vditor

    11,074Ver en GitHub↗

    Vditor is a browser-based Markdown editor and rendering engine that supports multiple editing interfaces, including a visual rich-text experience, instant rendering, and a traditional side-by-side split-view preview. It serves as an authoring tool for technical documentation and a component for web-based editor integration. The project is distinguished by its support for complex technical content, utilizing specialized rendering for mathematical formulas, flowcharts, sequence diagrams, and mind maps. It also functions as a collaborative document review tool, enabling users to attach anchored

    Tracks and displays the number of characters in a document based on plain text or markdown.

    TypeScriptcommonmarkeditorgfm
    Ver en GitHub↗11,074
  • whatwg/htmlAvatar de whatwg

    whatwg/html

    9,163Ver en GitHub↗

    This repository contains the HTML specification, which defines the core standards for web page structuring, content organization, and document rendering. It establishes the fundamental algorithms for state-machine-based tokenization, tree construction for the document object model, and origin-based security isolation. The specification provides a framework for defining custom elements with independent lifecycles and registries. It also details the requirements for cross-document communication, session history management, and the synchronization of interface properties with content attributes.

    Provides the mechanism to restrict the number of characters a user can enter into a text field.

    HTMLcanvaseventsourcehtml
    Ver en GitHub↗9,163
  • open-circle/valibotAvatar de open-circle

    open-circle/valibot

    8,769Ver en GitHub↗

    Valibot is a modular, type-safe schema library for validating and parsing structural data in TypeScript environments.

    Validates that strings do not exceed a specific number of grapheme clusters.

    TypeScriptbundle-sizemodularparsing
    Ver en GitHub↗8,769
  • rengwuxian/materialedittextAvatar de rengwuxian

    rengwuxian/MaterialEditText

    6,080Ver en GitHub↗

    MaterialEditText es una librería de componentes de UI para Android y un framework de entrada de formularios móviles utilizado para crear campos de texto que implementan los estándares de Material Design. Proporciona una colección de componentes de entrada con etiquetas flotantes, estados de error y estilos visuales temáticos. La librería permite renderizar campos de texto con etiquetas animadas y texto de ayuda integrado. Admite la adición de iconos de diseño y permite personalizar colores y tipografías para el texto principal, de error y de ayuda. El framework incluye capacidades para la validación de entradas móviles, como la aplicación de conteos mínimos y máximos de caracteres para la entrada de texto.

    Enforces minimum and maximum character counts for text entry to ensure data conforms to required lengths.

    Java
    Ver en GitHub↗6,080
  • timber/timberAvatar de timber

    timber/timber

    5,650Ver en GitHub↗

    Timber is a PHP library that integrates the Twig template engine into WordPress themes, providing an object-oriented framework for theme development. It wraps WordPress data — posts, terms, users, menus, and comments — in structured PHP classes, allowing developers to work with objects instead of raw arrays while keeping HTML markup separate from PHP logic through Twig templates. The library distinguishes itself by offering a complete set of tools for modern WordPress theme building. It includes a file-based template hierarchy with fallback chains, dynamic image manipulation with resizing, cr

    Truncates strings to a specified character count and appends a suffix when shortened.

    PHPhactoberfestphptimber
    Ver en GitHub↗5,650
  • chalarangelo/30-seconds-of-reactAvatar de Chalarangelo

    Chalarangelo/30-seconds-of-react

    5,081Ver en GitHub↗

    Este proyecto es una colección integral de fragmentos de código reutilizables, hooks personalizados y patrones de implementación para construir interfaces de usuario con React. Sirve como una biblioteca de ejemplos cortos diseñados para resolver tareas de desarrollo comunes, que van desde la gestión del estado hasta la integración con el DOM. La colección proporciona una amplia gama de utilidades especializadas para interactuar con APIs del navegador, incluyendo seguimiento de dimensiones de ventana, evaluación de consultas de medios y monitoreo de estado en línea. También incluye guías prácticas y fragmentos para la optimización del rendimiento, como memorización, carga diferida (lazy loading) y debouncing de cambios de estado. Las áreas de capacidad amplias cubren la implementación de componentes de UI interactivos como modales, carruseles e interfaces con pestañas, así como patrones arquitectónicos para la obtención de datos, persistencia de estado y verificación de actualizaciones asíncronas. La biblioteca también incluye utilidades para la gestión de formularios, manejo de eventos y sincronización de enrutamiento mediante el seguimiento del estado de la URL.

    Enforces maximum character or word limits on text input fields.

    JavaScripteducationjavascriptlearn-to-code
    Ver en GitHub↗5,081
  • mintimate/oh-my-rimeAvatar de Mintimate

    Mintimate/oh-my-rime

    4,731Ver en GitHub↗

    oh-my-rime es un framework de configuración integral y una colección de esquemas, léxicos y distribuciones optimizados para el método de entrada de chino Rime. Proporciona un sistema para personalizar comportamientos de entrada de texto, diseños de listas de candidatos y mapeos de símbolos en diferentes plataformas. El proyecto se distingue por un modelo de despliegue automatizado, utilizando una herramienta de línea de comandos y una instalación basada en recetas para aplicar paquetes de configuración a los directorios del sistema. También implementa lógica avanzada mediante scripts en Lua, permitiendo funciones como el cálculo de expresiones matemáticas, inserción de fecha y hora, y conversión de calendario solar a lunar. El framework cubre una amplia gama de capacidades, incluyendo la gestión de diccionarios con construcción de léxico personalizado, mapeo fonético para pinyin difuso y mapeo detallado de atajos de teclado para navegación y cambio de idioma. Además, incluye personalización de la interfaz de usuario para la visualización de candidatos y herramientas de sincronización de datos para mantener la consistencia entre dispositivos.

    Caps the maximum number of characters in an input string to maintain interface responsiveness and prevent slowdowns.

    Luafcitx5ibusrime
    Ver en GitHub↗4,731
  • taiga-family/taiga-uiAvatar de taiga-family

    taiga-family/taiga-ui

    4,002Ver en GitHub↗

    Taiga UI is an Angular UI component library and accessible design system used for building enterprise web interfaces. It provides a comprehensive collection of reusable interface elements and layout tools, functioning as a mobile-first UI kit with responsive components that adapt to different device capabilities. The library distinguishes itself through an integrated data visualization library featuring various chart types and a dedicated form management framework with built-in validation and formatting for specialized data. It also features AI-driven development workflows by integrating comp

    Displays a character counter and highlights excess text when a defined input limit is exceeded.

    TypeScriptangularbest-practicescdk
    Ver en GitHub↗4,002
  • conversejs/converse.jsAvatar de conversejs

    conversejs/converse.js

    3,265Ver en GitHub↗

    Converse.js is an embeddable, self-hosted XMPP chat client that runs entirely in the browser. It communicates with XMPP servers using standard XML stanzas over WebSocket or BOSH transports, and provides end-to-end encryption through the OMEMO protocol with double ratchet algorithm and X3DH key exchange. The client is built on a plugin-based architecture that allows extending core functionality at runtime without modifying the client itself, and uses a DOM-based rendering approach with an event-driven message bus for internal coordination. The client manages message history through XEP-0313 Me

    Converse.js restricts the maximum number of characters allowed in a single chat message.

    JavaScriptchatjabberlit
    Ver en GitHub↗3,265
  • stimulus-components/stimulus-componentsAvatar de stimulus-components

    stimulus-components/stimulus-components

    1,464Ver en GitHub↗

    Stimulus-components is a collection of reusable frontend controllers and modular interface components designed to add interactive behaviors to server-rendered templates. It provides a lightweight library of DOM manipulation modules that integrate cleanly with existing HTML markup without heavy JavaScript frameworks or complex compilation steps. The library covers a broad range of domain-specific frontend capabilities, including dynamic form automation, system-level clipboard operations, and data visualization integrations. Form management utilities support automatic submission on input change

    Monitors text input fields in real time and displays the remaining character count to users for validation.

    TypeScriptnpm-packagerailsstimulus-components
    Ver en GitHub↗1,464
  1. Home
  2. User Interface & Experience
  3. Form Input Controls
  4. Character Length Limits

Explorar subetiquetas

  • Character Count Visualizers1 sub-etiquetaUI elements that display the current character count and highlight overflows relative to a limit. **Distinct from Character Length Limits:** Distinct from Character Length Limits: focuses on the visual display and tracking of the count rather than the logic of the restriction.
  • Grapheme Cluster LimitsConstraints that restrict the number of user-perceived characters in a string. **Distinct from Character Length Limits:** Specifically targets grapheme clusters rather than simple character counts or UI field limits.