react-dropdown-timepicker

1.0.4 • Public • Published

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)} />
}

/react-dropdown-timepicker/

    Package Sidebar

    Install

    npm i react-dropdown-timepicker

    Weekly Downloads

    45

    Version

    1.0.4

    License

    MIT

    Last publish

    Collaborators

    • dpalma