width
Description
Optional. Sets the width of a popup with a calendarUsage
width?: string;
Default value
"unset" - the width of a popup adjusts to the width of the calendar inside of it
Example
<DatePicker width="100%" />
Details
This property corresponds to the width
CSS property and can take all its values set as strings.
Related article: Adjusting the calendar width
Related sample: DatePicker