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

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

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

Hacker0x01/react-datepicker

0
View on GitHub↗
8,366 星标·2,274 分支·TypeScript·MIT·6 次浏览reactdatepicker.com↗

React Datepicker

This project is a reusable React datepicker component providing an accessible, localized interface for selecting dates and times within web applications. It functions as an input field that triggers a calendar popup for precise temporal data entry.

The component is designed for flexibility, allowing for a customizable calendar layout and the integration of custom external elements to trigger the picker. It supports marking holidays with custom labels and styles and implements date selection restrictions through boundaries, exclusion lists, and filter functions.

The system includes comprehensive localization and internationalization tools to translate calendar labels and format dates across different languages and regional formats. It also manages timezone-aware calculations and provides keyboard-driven navigation to ensure accessibility.

Features

  • Date Selection Components - Provides an interactive UI component for picking specific dates and times with customizable formatting.
  • Locale Mappings - Uses lookup tables and mapping logic to translate date components and labels into specific regional language formats.
  • Timezone Configuration - Ensures consistent date representation across different geographies using regional timezone identifiers.
  • Timezone Management - Handles the logic for selecting and managing timezones within temporal data fields.
  • Calendar Grid Rendering - Generates a date-based calendar grid driven by a central state and the component lifecycle.
  • Calendars - Implements a calendar UI that supports multiple languages, regional formats, and timezone handling.
  • React Components - Implements a reusable calendar interface as a set of components designed for the React ecosystem.
  • Date and Time Pickers - Provides a customizable and localized React-based interface for selecting dates and times.
  • Date Pickers - Provides a flexible component for selecting dates, marking holidays, and customizing the calendar layout.
  • Date Range Restrictions - Limits available date selections using minimum and maximum boundaries and exclusion lists.
  • Calendar Localizations - Translates date labels and manages timezone configurations for a localized calendar interface.
  • Internationalized Date Formatting - Implements locale-aware date and time formatting to display temporal data according to regional standards.
  • Date Metadata Visualization - Displays supplemental information, such as holiday markers and custom labels, on specific calendar days.
  • Temporal Selection Interfaces - Provides a specialized input interface for capturing precise timestamps with configurable intervals.
  • Web Accessibility - Ensures calendar components are accessible via keyboard-driven navigation for users with screen readers.
  • Layout Customization - Allows developers to wrap the calendar in custom containers to modify its visual structure and integrate additional interface elements.
  • Component Composition - Enables the date picker to be triggered by custom external elements while maintaining the internal calendar selection logic.
  • Form and Input Management - Develops date and time input fields for forms featuring validation, range restrictions, and custom triggers.
  • Keyboard Command Mapping - Translates specific keyboard presses into internal date navigation commands to decouple input from logic.
  • Input Validation Constraints - Determines date availability by running a set of boundary and exclusion functions during the render cycle.
  • Keyboard Navigation - Provides a system for navigating calendar views using standard keyboard shortcuts to improve accessibility.
  • Accessible Temporal Fields - Provides a keyboard-navigable input field that triggers a calendar popup for precise date and time selection.
  • Date And Time - Reusable date picker component.
  • Specialized Components - A simple and reusable datepicker component for React
  • UI Components - Reusable date picker component.

Star 历史

hacker0x01/react-datepicker 的 Star 历史图表hacker0x01/react-datepicker 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

hacker0x01/react-datepicker 是做什么的?

This project is a reusable React datepicker component providing an accessible, localized interface for selecting dates and times within web applications. It functions as an input field that triggers a calendar popup for precise temporal data entry.

hacker0x01/react-datepicker 的主要功能有哪些?

hacker0x01/react-datepicker 的主要功能包括:Date Selection Components, Locale Mappings, Timezone Configuration, Timezone Management, Calendar Grid Rendering, Calendars, React Components, Date and Time Pickers。

hacker0x01/react-datepicker 有哪些开源替代品?

hacker0x01/react-datepicker 的开源替代品包括: wenchaod/fscalendar — FSCalendar is a customizable calendar UI library and date picker component for iOS applications. It provides a… wix/react-native-calendars — This project provides a set of customizable calendar and date-picking interfaces for cross-platform mobile… gpbl/react-day-picker — react-day-picker is a customizable calendar interface for React web applications. It provides a user interface for… amsul/pickadate.js — pickadate.js is a responsive jQuery date and time picker designed for web forms. It provides a localized input… uxsolutions/bootstrap-datepicker — bootstrap-datepicker is a JavaScript calendar widget and UI extension designed for the Bootstrap CSS framework. It… wojtekmaj/react-calendar — react-calendar is a customizable date grid and picker for React applications. It provides an interactive interface for…

React Datepicker 的开源替代方案

相似的开源项目,按与 React Datepicker 的功能重合度排序。
  • wenchaod/fscalendarWenchaoD 的头像

    WenchaoD/FSCalendar

    10,654在 GitHub 上查看↗

    FSCalendar is a customizable calendar UI library and date picker component for iOS applications. It provides a programmable interface for rendering date grids and event markers, supporting both Swift and Objective-C development. The library enables the creation of custom date picking interfaces with specific range restrictions and selection rules. It supports the display of date-based metadata and event visualization within a mobile scheduling context. The framework covers visual styling and cell design, allowing for custom view components, subtitles, and event markers. It includes a flexibl

    Objective-C
    在 GitHub 上查看↗10,654
  • wix/react-native-calendarswix 的头像

    wix/react-native-calendars

    10,294在 GitHub 上查看↗

    This project provides a set of customizable calendar and date-picking interfaces for cross-platform mobile applications. It includes an interactive date grid and a date picker interface used for selecting single dates or date ranges. The components support localized date displays, allowing month names and date formatting to adapt to different languages and regional settings. Users can navigate months via a scrollable grid and mark specific days with custom highlights or indicators to signify events and status. The library covers date selection constraints to block specific dates and a select

    TypeScript
    在 GitHub 上查看↗10,294
  • gpbl/react-day-pickergpbl 的头像

    gpbl/react-day-picker

    6,820在 GitHub 上查看↗

    react-day-picker is a customizable calendar interface for React web applications. It provides a user interface for selecting single days, multiple dates, or date ranges while complying with WCAG 2.1 AA standards for assistive technology compatibility. The component supports internationalized date input, adapting formats and languages to match regional requirements. It further extends this global support by providing a multi-calendar date selector that functions with non-Gregorian systems, including Persian, Hijri, Buddhist, Ethiopic, and Hebrew calendars. The library covers interactive date

    TypeScriptcalendarcalendar-componentcalendar-widget
    在 GitHub 上查看↗6,820
  • amsul/pickadate.jsamsul 的头像

    amsul/pickadate.js

    7,659在 GitHub 上查看↗

    pickadate.js is a responsive jQuery date and time picker designed for web forms. It provides a localized input interface that allows users to select specific calendar dates and precise clock times. The library features a customizable calendar UI with configurable colors, sizes, and breakpoints. It includes a localization system to adapt interface text and date formats into multiple languages and regional settings. The component includes interactive date and time inputs and a styling system for modifying visual design to match specific brand identities. Its layout automatically adjusts for di

    JavaScript
    在 GitHub 上查看↗7,659
查看 React Datepicker 的所有 30 个替代方案→