An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# melon-timepicker

[![Coverage Status](https://coveralls.io/repos/github/react-melon/melon-timepicker/badge.svg?branch=master)](https://coveralls.io/github/react-melon/melon-timepicker?branch=master)
[![Version](https://badge.fury.io/js/melon-timepicker.svg)](https://www.npmjs.com/package/melon-timepicker)
[![Build](https://travis-ci.org/react-melon/melon-timepicker.svg?style=flat-square)](https://travis-ci.org/react-melon/melon-timepicker)

TimePicker Components in [React Melon Family](http://react-melon.github.io/melon/)

## Install

### npm

[![melon-timepicker](https://nodei.co/npm/melon-timepicker.png)](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
```