reactjs-timepicker

react js time picker component

Usage no npm install needed!

<script type="module">
  import reactjsTimepicker from 'https://cdn.skypack.dev/reactjs-timepicker';
</script>

README

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