This is date picker
npx shadcn@latest add https://21st.dev/r/shailendrakumar19999/date-picker
Loading preview...
import { Basic } from "@/components/ui/date-picker"; export default function DemoOne() { return <Basic />; }