All Projects → wangzuo → Input Moment

wangzuo / Input Moment

Licence: isc
React datetime picker powered by momentjs

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Input Moment

react-timepicker
React timepicker in Android KitKat style
Stars: ✭ 23 (-95.46%)
Mutual labels:  timepicker, react-component
React Alice Carousel
React responsive component for building content galleries, content rotators and any React carousels
Stars: ✭ 419 (-17.36%)
Mutual labels:  react-component
React Tabtab
💃 Make your react tab dance🕺
Stars: ✭ 347 (-31.56%)
Mutual labels:  react-component
React Loader Spinner
Collection set of react-spinner for async operation
Stars: ✭ 378 (-25.44%)
Mutual labels:  react-component
Android Switchdatetimepicker
Android library for Date and Time Picker in same dialog
Stars: ✭ 360 (-28.99%)
Mutual labels:  timepicker
Angular Datepicker
Highly configurable date picker built for Angular applications
Stars: ✭ 386 (-23.87%)
Mutual labels:  timepicker
Datetimepicker
jQuery Plugin Date and Time Picker
Stars: ✭ 3,402 (+571.01%)
Mutual labels:  timepicker
React Router Server
Server Side Rendering library for React Router v4.
Stars: ✭ 443 (-12.62%)
Mutual labels:  react-component
Chart Race React
📊 Seamless bar chart race component for React.
Stars: ✭ 406 (-19.92%)
Mutual labels:  react-component
Datetimepicker
⭐️🎉一个简约、漂亮的日期时间选择器,支持全方位自定义UI
Stars: ✭ 378 (-25.44%)
Mutual labels:  timepicker
React Avatar
👤 Load, crop & preview avatar with React
Stars: ✭ 361 (-28.8%)
Mutual labels:  react-component
React Pro Sidebar
Customizable and responsive react sidebar library with dropdown menus and unlimited number of nested submenus
Stars: ✭ 359 (-29.19%)
Mutual labels:  react-component
React Key Handler
React component to handle keyboard events 🔑
Stars: ✭ 386 (-23.87%)
Mutual labels:  react-component
React Mindmap
React component for MindNode maps
Stars: ✭ 357 (-29.59%)
Mutual labels:  react-component
React Day Picker
Date picker component for React
Stars: ✭ 4,374 (+762.72%)
Mutual labels:  react-component
React Hint
Tooltip component for React, Preact, Inferno
Stars: ✭ 338 (-33.33%)
Mutual labels:  react-component
React Joyride
Create guided tours in your apps
Stars: ✭ 4,215 (+731.36%)
Mutual labels:  react-component
React Lines Ellipsis
Simple multiline ellipsis component for React.JS
Stars: ✭ 383 (-24.46%)
Mutual labels:  react-component
React Event Timeline
A responsive event timeline in React.js
Stars: ✭ 504 (-0.59%)
Mutual labels:  react-component
Sunflower
🦹 Process components for antd4 & antd3 by alipay industry technology
Stars: ✭ 441 (-13.02%)
Mutual labels:  react-component

input-moment

npm Build Status styled with prettier

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

License

ISC

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].