awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesFormatted Input Fields

UI components that enforce specific data formats via masks, sliders, and specialized input types.

Distinguishing note: The candidates focus on OS-level capture, phone-specific logic, or pattern recognition, not generic UI library formatted inputs.

Explore 5 awesome GitHub repositories matching user interface & experience · Formatted Input Fields. Refine with filters or upvote what's useful.

Awesome Formatted Input Fields GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • rsuite/rsuitersuite का अवतार

    rsuite/rsuite

    8,701GitHub पर देखें↗

    rsuite is a React UI component library and enterprise design system used to build professional web interfaces. It functions as a themable component suite and localized UI toolkit, providing the necessary tools for developing data-heavy administrative dashboards and internal applications. The library is distinguished by its built-in support for server-side rendering to improve initial page load speeds and search engine visibility. It includes a global provider for managing consistent visual styles and high-contrast modes, alongside a translation layer for interface localization and date format

    Provides specialized input components like masked text, sliders, and tag-based fields for structured data entry.

    TypeScript
    GitHub पर देखें↗8,701
  • final-form/react-final-formfinal-form का अवतार

    final-form/react-final-form

    7,440GitHub पर देखें↗

    react-final-form is a React form state management library that provides a framework for declarative form validation and the orchestration of dynamic input fields. It utilizes a subscription-based state manager to trigger interface updates only for the specific fields that change during user input, which optimizes rendering by limiting unnecessary component re-renders. The library functions as a dynamic input field orchestrator, allowing users to add, remove, or reorder lists of form fields. It manages complex form state through a system that supports conditional field rendering and real-time

    Transforms user text into standardized formats during entry or upon field exit to ensure data consistency.

    JavaScript
    GitHub पर देखें↗7,440
  • robinherbots/inputmaskRobinHerbots का अवतार

    RobinHerbots/Inputmask

    6,460GitHub पर देखें↗

    Inputmask is a JavaScript library that serves as a client-side input formatter and form input validator. It constrains text input fields to specific formats, such as phone numbers and dates, to ensure data consistency. The project provides guided text entry and user input validation to prevent formatting errors. It standardizes how structured information is entered in web browsers to support more reliable server-side processing. The library manages data validation and formatting by enforcing predefined patterns on user entry. It handles real-time input interception, cursor-position tracking,

    Provides UI components that enforce specific data formats via masks for fields like dates and phone numbers.

    JavaScriptinputmaskjqlitejquery-plugin
    GitHub पर देखें↗6,460
  • coreui/coreui-free-react-admin-templatecoreui का अवतार

    coreui/coreui-free-react-admin-template

    4,940GitHub पर देखें↗

    यह प्रोजेक्ट React-आधारित एडमिनिस्ट्रेटिव टेम्पलेट और UI किट है, जिसे डैशबोर्ड बनाने के लिए डिज़ाइन किया गया है। इसमें पहले से स्टाइल किए गए लेआउट्स, एक सुलभ (accessible) कंपोनेंट लाइब्रेरी और एडमिनिस्ट्रेटिव इंटरफेस बनाने के लिए Sass-आधारित UI फ्रेमवर्क का व्यापक संग्रह मिलता है। यह टेम्पलेट विशेष रूप से AI-ऑप्टिमाइज़्ड प्रोजेक्ट के रूप में संरचित है, जिसमें ऐसे कोडिंग पैटर्न और संगठन का उपयोग किया गया है जो AI असिस्टेंट्स को सुसंगत और प्रोडक्शन-रेडी React कोड जनरेट करने में मदद करते हैं। इसमें Sass वेरिएबल्स और CSS कस्टम प्रॉपर्टीज का उपयोग करने वाली एक लचीली स्टाइलिंग प्रणाली है, जो कस्टमाइज़ेबल लाइट और डार्क थीम्स को सपोर्ट करती है। यह किट डेटा विज़ुअलाइज़ेशन विजेट्स, सॉर्टिंग और पेजिनेशन वाली इंटरैक्टिव टेबल्स, और मल्टी-स्टेप विजार्ड्स जैसे जटिल फॉर्म एलिमेंट्स सहित इंटरफेस क्षमताओं की एक विस्तृत श्रृंखला को कवर करती है। इसमें साइडबार और ब्रेडक्रंब जैसे उच्च-स्तरीय नेविगेशन सिस्टम, साथ ही रिस्पॉन्सिव ग्रिड, मोडल डायलॉग्स और सुलभ कैलेंडर इंटरफेस जैसे स्ट्रक्चरल कंपोनेंट्स शामिल हैं।

    Enforces specific patterns for data entry to ensure consistency and accuracy within input fields.

    JavaScriptadminadmin-dashboardadmin-panel
    GitHub पर देखें↗4,940
  • s-yadav/react-number-formats-yadav का अवतार

    s-yadav/react-number-format

    4,091GitHub पर देखें↗

    This library provides a set of tools for formatting numeric values and masking user input within React components. It includes a customizable text input wrapper that synchronizes raw numeric values with formatted display strings and a specialized input masking component for enforcing string patterns and templates during data entry. The project features a localized number formatter that utilizes browser localization APIs to apply regional grouping, prefixes, and suffixes. It supports specialized financial formatting, such as displaying negative values in parentheses, and provides the ability t

    Provides UI components that enforce specific numeric data formats via masks and pattern constraints.

    JavaScript
    GitHub पर देखें↗4,091
  1. Home
  2. User Interface & Experience
  3. Formatted Input Fields