Skip to main content

DatePicker

Components

DatePicker()

DatePicker(props, context?): ReactNode

A DatePicker component provides a fast and easy way to include a date picker in your app.

Parameters

ParameterType
propsTDatePickerProps
context?any

Returns

ReactNode

Source

libs/design-system-core/src/components/DatePicker/index.tsx:24

Props

TDatePickerProps

TDatePickerProps: object

Type declaration

MemberType
placeholderLabelstring

Source

libs/design-system-core/src/components/DatePicker/index.tsx:11