Lingua Time: Date and Time Picker for ShadCN

February 23, 2025 · View on GitHub

Screenshot 2024-09-10 at 2 15 06 AM

Installation

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}
/>

Development

Install the dependencies:

bun i

Run the development server:

bun dev