react-timepicker-clock
v0.4.4
Published
A react timepicker clock also compatible with next.js
Maintainers
Readme
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!
