Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.41 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.41 KB

react-day-picker

Lightweight date picker component for React.js.

npm version npm downloads

Get started

npm install react-day-picker
import DayPicker from "react-day-picker";
import "react-day-picker/lib/style.css";

export default function Hello() {
  return <DayPicker />;
}

Documentation

v8 is coming!

The next version will be a rewrite in TypeScript. Read more here or follow the project status.

See packages/react-day-picker for more details.