Datetime Picker Placeholder
spectrumui/datetime-picker-placeholderFreeComponent
component for the Datetime Picker Placeholder
Install it
npx shadcn@latest add https://ui.spectrumhq.in/r/datetime-picker-placeholder.jsonSource
1"use client";2import React, { useState } from "react";3import { DateTimePicker } from "@/components/ui/datetime-picker";45const DatetimePickerPlaceholder = () => {6 const [date, setDate] = useState<Date | undefined>(undefined);7 return (8 <DateTimePicker9 value={date}10 onChange={setDate}11 placeholder="What's your birthday?"12 className="w-72"13 />14 );15};1617export default DatetimePickerPlaceholder;
What it pulls in
Other registry items
Files it writes
More from spectrumui
All 182 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Accordionaccordion | spectrumui | Components | Free | no deps | |
| Alert demoalert-1 | spectrumui | Components | Free | 1 dep | |
| Alert 2alert-2 | spectrumui | Components | Free | no deps | |
| Alert 3alert-3 | spectrumui | Components | Free | 1 dep | |
| Alert 4alert-4 | spectrumui | Components | Free | 1 dep | |
| Animated Cardanimated-card | spectrumui | Components | Free | 1 dep · 2 files | |
| Animated Draweranimated-drawer | spectrumui | Components | Free | 4 deps | |
| Animated SVG Chartanimated-SVG-chart | spectrumui | Components | Free | 1 dep |
