input-moment alternatives and similar libraries
Based on the "Date / Time picker" category.
Alternatively, view input-moment 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-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 -
react-date-select
A React Date Select / Picker Input Component
Appwrite - The Open Source Firebase alternative introduces iOS support
Do you think we are missing an alternative of input-moment or a related project?
README
input-moment
React datetime picker powered by momentjs
The design is from https://dribbble.com/shots/1439965-Due-Date-and-Time-Picker.
The icon is from ionicons.
Installation
npm i input-moment --save
Notice: This module requires moment as a peerDependency.
Demo
http://wangzuo.github.io/input-moment
Usage
<InputMoment
moment={this.state.moment}
onChange={this.handleChange}
onSave={this.handleSave}
minStep={1} // default
hourStep={1} // default
prevMonthIcon="ion-ios-arrow-left" // default
nextMonthIcon="ion-ios-arrow-right" // default
/>
Check app.js for a working example.
Development
- npm install
- npm start
- http://localhost:8080
License
ISC
*Note that all licence references and agreements mentioned in the input-moment README section above
are relevant to that project's source code only.