jodaka / react-day-picker

Reusable date picker component for React

Home Page:http://react-day-picker.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • ♿️ WAII-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.

About

Reusable date picker component for React

http://react-day-picker.js.org

License:MIT License


Languages

Language:TypeScript 93.0%Language:CSS 4.7%Language:JavaScript 2.3%