TimePicker

User can pick time. Has a strong connection to the DateTimePicker component.

<TimePicker
	currentDate={ new Date() }
	onChange={ ( date ) => console.log(date) }
	// is12Hour
/>

Has a prop where the time can be a 12 hour clock instead of 24 hour clock.

GitHub URL
Classification

Category

Components