Pull this component into your project:
pnpx shadcn@canary add https://raw.githubusercontent.com/nainglinnkhant/lingua-time/refs/heads/main/public/r/lingua-time.jsonUse with react-form-hook:
<DateTimePicker
name={name}
dateTime={value}
setDateTime={onChange}
onBlur={onBlur}
disabled={disabled}
autoComplete="off"
aria-describedby={undefined}
/>Install the dependencies:
bun iRun the development server:
bun dev