0.4.4 • Published 3 years ago
react-timepicker-clock v0.4.4
react-timepicker-clock
A react timepicker clock also compatible with next.js
Demo
https://react-timepicker-clock.vercel.app
Installation
npm install react-timepicker-clock --saveHow to use?
import TimePickerClock from 'react-timepicker-clock';
function App() {
return (
<TimePickerClock
onSet={(hour,minute,noon,full_val)=>{
// do something
}}
onCancel={()=>{
// do something
}}
/>
)
}Props
| Prop | Type | Example | Required |
|---|---|---|---|
| onSet | function | onSet={(hour, minute, noon, full_val)=> // do something} | true |
| onCancel | function | onCancel={()=> // do something} | true |
Acknowledgements
Contributing
Contributions are always welcome!