Date and time input
Install component
npxshadcn@latest add "https://21st.dev/r/serafimcloud/date-and-time-input"
import { InputDemo } from "@/components/ui/date-and-time-input"; function DateAndTimeInputDemo() { return ( <div className="block"> <InputDemo /> </div> ); } export { DateAndTimeInputDemo };