Forms
Date Picker
The canonical way to take a date — a button that opens a Calendar in a Popover. Always use this over a native date input.
Import
import { DatePicker, DateRangePicker } from "@countryclub/ui-react";Single Date
Date Range
Select a start and end date (e.g. check-in / check-out) across two months.