Search results
A simple and reusable datepicker component for React. Latest version: 7.3.0, last published: 2 months ago. Start using react-datepicker in your project by running `npm i react-datepicker`. There are 3211 other projects in the npm registry using react-datepicker.
- react-date-picker
A date picker for your React app. Pick days, months, years,...
- js-datepicker
Get a date with JavaScript! A datepicker with no...
- react-date-picker
React-Date-Picker is a lightweight and customizable date picker component for your React app. It supports any language, no moment.js, and various props and formats for picking days, months, years, or decades.
Get a date with JavaScript! A datepicker with no dependencies.. Latest version: 5.18.3, last published: 10 days ago. Start using js-datepicker in your project by running `npm i js-datepicker`. There are 25 other projects in the npm registry using js-datepicker.
React Datepicker. A simple and reusable datepicker component for React. Installation. The package can be installed via NPM: npm install react-datepicker --save. Or by using Yarn: yarn add react-datepicker. Below are examples which also can be edited directly via the editor on the left side and will be rendered on the right.
A date picker for your React app. Pick days, months, years, or even decades. Supports virtually any language. No moment.js needed. tl;dr. Install by executing npm install react-date-picker or yarn add react-date-picker. Import by adding import DatePicker from 'react-date-picker'. Use by adding <DatePicker />.
A date picker for your React app.
Installation. The package can be installed via npm: npm install react-datepicker --save. Or via yarn: yarn add react-datepicker. You’ll need to install React and PropTypes separately since those dependencies aren’t included in the package.