Skip to content

nainglinnkhant/lingua-time

Repository files navigation

Lingua Time: Date and Time Picker for ShadCN

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

About

A smart datetime picker which understands natural language input.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published