part
Description
Optional. Sets a single day as a value of the Month viewUsage
part?: string;
Default value
"normal"
Example
<Month
part="normal"
value={new Date(2022, 4, 1)} />
Details
Use the part="normal" property in tandem with the value
property to provide selection of one day in a month. If you need to select a date range in a month or several months, check the Selecting a date range section.
Related article: Selecting a single day