1.0.4 • Published 7 years ago

react-dropdown-timepicker v1.0.4

Weekly downloads
43
License
MIT
Repository
github
Last release
7 years ago

React Drop-down Time Picker

Time picker for ReactJS based on the Cozi Calendar time picker. See the demo.

Build Status

Installation

$ npm install --save react-dropdown-timepicker

Usage

import TimePicker from 'react-dropdown-timepicker';

render() {
	<TimePicker
		time={this.state.time}
		onChange={this.handleTimeChange.bind(this)} />
}