BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/spectrumui/datetime-picker-and-time-input

Datetime Picker and Time Input

spectrumui/datetime-picker-and-time-input
FreeComponent

component for the Datetime Picker and Time Input

Install it

npx shadcn@latest add https://ui.spectrumhq.in/r/datetime-picker-and-time-input.json

Source

app/registry/datetime-picker/usage/date-picker-and-time-input.tsxui.spectrumhq.in/r/datetime-picker-and-time-input.json
1"use client";
2import React, { useState } from "react";
3import { DateTimePicker, TimePicker } from "@/components/ui/datetime-picker";
4
5const DatePickerAndTimeInput = () => {
6 const [date, setDate] = useState<Date | undefined>(undefined);
7 const [time, setTime] = useState<Date | undefined>(undefined);
8
9 return (
10 <div className="flex flex-col gap-3 md:flex-row md:gap-10">
11 <div className="w-72 space-y-2">
12 <p>Date Picker</p>
13 <DateTimePicker
14 granularity="day"
15 value={date}
16 onChange={setDate}
17 locale={undefined}
18 weekStartsOn={undefined}
19 showWeekNumber={undefined}
20 showOutsideDays={undefined}
21 />
22 </div>
23 <div className="w-72 space-y-2">
24 <p>Time Input</p>
25 <TimePicker date={time} onChange={setTime} />
26 </div>
27 </div>
28 );
29};
30
31export default DatePickerAndTimeInput;

What it pulls in

Other registry items

  • datetime-picker

Files it writes

  • app/registry/datetime-picker/usage/date-picker-and-time-input.tsx

Facts

Registry
spectrumui
Type
registry:component
Access
Free
Files written
1
Licence
Apache-2.0
In the index
at or before 2026-08-11
Last confirmed
yesterday

Go to the source

ui.spectrumhq.in arihantcodes/spectrum-ui on GitHub Raw registry item This item as JSON

More from spectrumui

All 182 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
AccordionaccordionspectrumuiComponentsFreeno deps
Alert demoalert-1spectrumuiComponentsFree1 dep
Alert 2alert-2spectrumuiComponentsFreeno deps
Alert 3alert-3spectrumuiComponentsFree1 dep
Alert 4alert-4spectrumuiComponentsFree1 dep
Animated Cardanimated-cardspectrumuiComponentsFree1 dep · 2 files
Animated Draweranimated-drawerspectrumuiComponentsFree4 deps
Animated SVG Chartanimated-SVG-chartspectrumuiComponentsFree1 dep

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex