import { TimePicker } from 'welcome-ui/TimePicker'const Example = () => {return <TimePicker name="welcome" value={new Date()} />}export default Example
react-datepicker
It is based on the react-datepicker library.
Note: Pass a value of null if you don't want the default value of Date.now().
Give an Icon
Add an icon with the icon property and set its position with iconPlacement