JSPM

react-day-picker

8.1.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6071487
  • Score
    100M100P100Q209214F
  • License MIT

Customizable Date Picker for React

Package Exports

  • react-day-picker
  • react-day-picker/dist/index.esm.js
  • react-day-picker/dist/index.js
  • react-day-picker/dist/style.css
  • react-day-picker/dist/style.module.css
  • react-day-picker/src/style.css

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-day-picker) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

React DayPicker v8

DayPicker is a date picker component for React.

$ npm install react-day-picker date-fns  # using npm
$ pnpm install react-day-picker date-fns # using pnpm
$ yarn add react-day-picker date-fns     # using yarn
npm version npm downloads stars sponsors

Main features

  • ☀️ Select days, ranges or whatever
  • 🌎 Localizable into any language
  • ➡️ Keyboard navigation
  • ♿️ WAI-ARIA support
  • 🤖 Native TypeScript support
  • 🧘‍♀️ using date-fns as date library
  • 🗓 Create multiple calendars
  • 🎨 Easy to style and customize
  • 📄 Native integration with input elements

Documentation

Looking for v7 docs? Go to react-day-picker-v7.netlify.app.