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