react-date-select alternatives and similar libraries
Based on the "Date / Time picker" category.
Alternatively, view react-date-select alternatives based on common mentions on social networks and blogs.
-
react-dates
An easily internationalizable, mobile-friendly datepicker library for the web -
react-datepicker
A simple and reusable datepicker component for React -
react-big-calendar
gcal/outlook like calendar component -
react-day-picker
DayPicker is a customizable date picker component for React, with native TypeScript support. -
react-infinite-calendar
✨ Infinite scrolling date-picker built with React, with localization, range selection, themes, keyboard support, and more. -
react-datetime
A lightweight but complete datetime picker react component. -
react-date-range
A React component for choosing dates and date ranges. -
react-bootstrap-datetimepicker
A react.js datetime picker for bootstrap. -
react-daterange-picker
A React based date range picker. -
react-bootstrap-daterangepicker
A date/time picker for react (using bootstrap). This is a react wrapper around the bootstrap-daterangepicker project. -
react-yearly-calendar
React.js Yearly Calendar Component -
react-calendar
A modular toolkit to build calendar-related things in React
Appwrite - The Open Source Firebase alternative introduces iOS support
Do you think we are missing an alternative of react-date-select or a related project?
README
Under Development
NOTE This component is currently under development and doesn't actually work yet. If you're interested, please add a star / watch the repo and we'll have it ready for use very soon! Thanks :)
React-Date-Select
A Date Select / Picker control built with and for React. Initially built for use in KeystoneJS.
Demo & Examples
Live demo: jedwatson.github.io/react-date-select
To build the examples locally, run:
npm install
gulp dev
Then open localhost:8000
in a browser.
Project Status
This project is currently under initial development. Feedback and contributions welcome!
Installation
The easiest way to use React-Date-Select is to install it from NPM and include it in your own React build process (using Browserify, etc).
You can also use the standalone build by including dist/react-date-select.js
and dist/react-date-select.css
in your page. If you use this, make sure you have already included the React, Lodash and classNames packages.
npm install react-date-select --save
Usage
coming soon
License
MIT Licensed. Copyright (c) Jed Watson 2015.
*Note that all licence references and agreements mentioned in the react-date-select README section above
are relevant to that project's source code only.