input-time
v1.0.6
Published
input time component 24h format
Downloads
10
Readme
input-time
Demo
https://djr4.github.io/react-input-time/
Install
npm install --save input-time
Usage
import InputTime from 'input-time'
<InputTime
onChange={(e) => { console.log(e)}}
value={'10:00'}
label={'Opening hours'}
inputStyle={{ width: 20, }}
/>
License
MIT © djr4