reactjs-timepicker
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

reactjs-timepicker

reactjs timepicker

react js timepicker online Demo

NPM version NPM downloads NPM downloads MIT License Build Status

npm i reactjs-timepicker
 
import JTimepicker from 'reactjs-timepicker'
 
// your component details ...
render() {
  <JTimepicker
    onChange={console.log}
 />
}
 

props

props type default
defaultTime string '00:00'
onChange function (time)=>time
inputVisible boolean false
color string '#000066'
size number 30
className string ''
style object {}

Javad Shariati jsh1400@yahoo.com

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i reactjs-timepicker

    Weekly Downloads

    30

    Version

    1.0.7

    License

    MIT

    Unpacked Size

    22.7 kB

    Total Files

    5

    Last publish

    Collaborators

    • jsh1400