Date picker

DatePickers let users select a date, or a range of dates.

Usage

DatePicker allow users to select a date or a range of dates.

import { DatePicker } from "@udixio/ui-react"

Basic usage

Select a range

Use mode="range" to select a date range.

Uncontrolled

You can use defaultValue for uncontrolled usage.

Min and Max dates

Limit the selectable range.

With Input Field

Combine with TextField and IconButton for a popup picker.

Disable specific dates

Disable weekends for example.

Localization

Use locale to format the calendar.