Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.14 KB

File metadata and controls

58 lines (38 loc) · 1.14 KB

melon-timepicker

Coverage Status Version Build

TimePicker Components in React Melon Family

Install

npm

melon-timepicker

bower

bower install melon-timepicker

Usage

import React from 'react';
import ReactDOM from 'react-dom';

import TimePicker from 'melon-timepicker';

ReactDOM.render(<TimePicker />, container);

HomePage

demo

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