Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wangzuo/input-moment
React datetime picker powered by momentjs
https://github.com/wangzuo/input-moment
react react-component timepicker
Last synced: about 14 hours ago
JSON representation
React datetime picker powered by momentjs
- Host: GitHub
- URL: https://github.com/wangzuo/input-moment
- Owner: wangzuo
- License: isc
- Created: 2015-10-30T12:52:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-01T06:24:17.000Z (about 2 years ago)
- Last Synced: 2025-01-18T21:39:41.669Z (8 days ago)
- Topics: react, react-component, timepicker
- Language: JavaScript
- Homepage: https://wangzuo.github.io/input-moment
- Size: 1.5 MB
- Stars: 526
- Watchers: 10
- Forks: 172
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-react-components-all - input-moment - React datetime picker powered by momentjs. (Uncategorized / Uncategorized)
- awesome-list - input-moment - React datetime picker powered by momentjs. (Demos / Form Components)
- awesome-react-components - input-moment - React datetime picker powered by momentjs. (UI Components / Form Components)
README
# input-moment
[![npm](https://img.shields.io/npm/v/input-moment.svg)](https://www.npmjs.com/package/input-moment)
[![Build Status](https://travis-ci.org/wangzuo/input-moment.svg?branch=master)](https://travis-ci.org/wangzuo/input-moment)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)React datetime picker powered by [momentjs](http://momentjs.com)
The design is from https://dribbble.com/shots/1439965-Due-Date-and-Time-Picker.
The icon is from [ionicons](http://ionicons.com/).
### Installation
``` sh
npm i input-moment --save
```**Notice:** This module requires [moment](https://www.npmjs.com/package/moment) as a [peerDependency](https://docs.npmjs.com/files/package.json#peerdependencies).
### Demo
http://wangzuo.github.io/input-moment### Usage
``` javascript```
Check [app.js](https://github.com/wangzuo/input-moment/blob/master/example/app.js) for a working example.### Development
- npm install
- npm start
- http://localhost:8080### License
ISC