This is date picker
Loading preview...
import { Basic } from "@/components/ui/date-picker"; export default function DemoOne() { return <Basic />; }