The ShadCN Date Time Picker project features a range of Date and Time picker components built with ShadCN. These examples highlight the components' versatility and functionality across various use cases.
To get started, visit time.rdsx.dev. You can click the copy button to copy the code or the view code button to see the code in detail.
Check out the live examples of our Date and Time picker components:
See how these components work with react-hook-form and zod:
We welcome contributions! Follow the local setup instructions below to get started.
Note
You can use your favorite JavaScript runtime and package manager. This project uses bun.
-
Clone the repository:
git clone https://github.com/your-username/shadcn-date-time-picker.git cd shadcn-date-time-picker -
Install dependencies:
bun install
-
Run the development server:
bun run dev
-
Open your browser:
Go to
http://localhost:3000to see the project in action.
You're all set!
This project is licensed under the MIT License.

