Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-date-range-headless

Schekhovtsov993MIT1.2.7TypeScript support: included

A React component for choosing dates and date ranges. A fork of hypeserver/react-date-range in which the Headless UI Listbox (Select) uses instead html select and options

react, date, range, datepicker, rangepicker, headlessui

readme

changelog

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.2.2

Added

  • onHoverDate prop: return hovered day in calendar, without redefining onPreviewChange prop logic

1.2.0

Added

  • disableReverseDates prop: disable reverse dates in DateRange component, when end date less than start date (Default: false)