1.0.0 • Published 2 years ago

@eteg/react-pickers v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Time Picker

Time Picker allows the user to select the hour and minutes in addition to being able to manually type

  • To select a time, use a Time Picker
Prop nameTypeDefaultDescription
titlestring-It will define the title that will be positioned at the top of the component
modestring-It will specify for the component which mode it will be used, as 'DEFAULT' mode or as 'MODAL' mode, if the 'MODAL' option is chosen, the 'callback' prop will become mandatory
callbackfunc-Function that will be used only when the 'mode' prop is passed with the value 'MODAL', which will be used to return the value to the parent component