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