Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 637 Bytes

File metadata and controls

20 lines (12 loc) · 637 Bytes

import Ad from '_shared/Ad'; import Example from '_shared/Example'; import PageMeta from '_shared/PageMeta'; import LinkedComponents from '_shared/LinkedComponents';

import * as BasicDateRangePicker from './BasicDateRangePicker.example';

Date picker

Date pickers let users select a date, or a range of dates. They should be suitable for the context in which they appear.

Basic usage

Will be rendered to modal dialog on mobile and textfield with popover on desktop.