TimeInput component

import { TimeInput } from 'mantine-dates-6';
function Demo() {
return (
<div style={{ maxWidth: 400, margin: 'auto' }}>
<TimeInput label="Pick time" withSeconds />
</div>
);
}
NameTypeDescription
withSeconds
boolean
Determines whether seconds input should be rendered