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
Parameter | Type |
---|---|
props | TDatePickerProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-core/src/components/DatePicker/index.tsx:24
Props
TDatePickerProps
TDatePickerProps:
object
Type declaration
Member | Type |
---|---|
placeholderLabel | string |
Source
libs/design-system-core/src/components/DatePicker/index.tsx:11