dorkhub

react-day-picker

DayPicker is a customizable date picker component for React. Add date pickers, calendars, and date inputs to your web a…

gpbl
TypeScript6.8k775 forksMITupdated 1 month ago
visit the demogit clone https://github.com/gpbl/react-day-picker.gitgpbl/react-day-picker

React DayPicker

DayPicker is a React component for creating date pickers, calendars, and date inputs for web applications.

@daypicker/react is the preferred package name for DayPicker v10 and newer.

Documentation

See daypicker.dev for guides, examples, and API reference, or read the v10 docs in the repository.

Screenshot of DayPicker displaying the September 2025 calendar, with the date range from the 17th to the 20th selected.

Features

DayPicker is written in TypeScript and compiled to CommonJS and ESM. It relies on date-fns for date manipulation and formatting.

Installation

Install the preferred DayPicker package name:

npm install @daypicker/react

npm version npm downloads Min gzipped size

Example

import { useState } from "react";

import { DayPicker } from "@daypicker/react";
import "@daypicker/react/style.css";

function MyDatePicker() {
  const [selected, setSelected] = useState<Date>();

  return (
    <DayPicker
      mode="single"
      selected={selected}
      onSelect={setSelected}
      footer={
        selected ? `Selected: ${selected.toLocaleDateString()}` : "Pick a day."
      }
    />
  );
}

Compatibility

DayPicker is compatible with React 16.8 and later.

License

DayPicker is released under the MIT License.

Community

Ask for help and share your experience with DayPicker:

Sponsors

Thank you to everyone supporting DayPicker - your sponsorship keeps this project maintained and evolving.

AlexKDawson amplify-education bedandbreakfasteu CHECK24 dimitur2204 flexbox github indeedeng katyabilokur severinlandolt syntaxfm Thinkmill thnxdev tjfred35 wilsonadenuga

more like this

ForwardWidgets

Widgets for Douban and Trakt watchlists plus personalized recommendations, live TV streaming including PlutoTV, Yatu ra…

JavaScript247

journee-diary

A lightweight, simplified, RedNotebook-inspired journal/diary app. Built with Electron. Makes dated text files.

JavaScript54

wizard

🍳Wizardoc is a WEBAPP for managing documents and knowledge.

TypeScript58

search

search projects, people, and tags