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
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
- See ➡️ react-day-picker.js.org for guides, examples and API reference.
Looking for v7 docs? Go to react-day-picker-v7.netlify.app.