https://github.com/react-melon/melon-timepicker
React TimePicker Component
https://github.com/react-melon/melon-timepicker
component melon react timepicker
Last synced: 7 months ago
JSON representation
React TimePicker Component
- Host: GitHub
- URL: https://github.com/react-melon/melon-timepicker
- Owner: react-melon
- Created: 2016-07-05T02:26:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-30T12:15:26.000Z (about 8 years ago)
- Last Synced: 2025-06-06T04:11:38.461Z (7 months ago)
- Topics: component, melon, react, timepicker
- Language: JavaScript
- Homepage:
- Size: 215 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# melon-timepicker
[](https://coveralls.io/github/react-melon/melon-timepicker?branch=master)
[](https://www.npmjs.com/package/melon-timepicker)
[](https://travis-ci.org/react-melon/melon-timepicker)
TimePicker Components in [React Melon Family](http://react-melon.github.io/melon/)
## Install
### npm
[](https://npmjs.org/package/melon-timepicker)
### bower
```
bower install melon-timepicker
```
## Usage
```js
import React from 'react';
import ReactDOM from 'react-dom';
import TimePicker from 'melon-timepicker';
ReactDOM.render(, container);
```
## HomePage
[demo](http://react-melon.github.io/melon/#/components?name=TimePicker)
## Examples
```
npm install
npm start
```
open http://localhost:8080/example in browser
## Test Case
```
npm install
npm test
```
## Docs
```
npm install
npm run docs
open doc/index.html
```