You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`ariaNavNextMonthLabel`| string |`'Next month'`| A string that provides an accessible label for the button that navigates to the next month in the calendar. This label is read by screen readers to describe the action associated with the button. |
347
+
|`ariaNavNextYearLabel`| string |`'Next year'`| A string that provides an accessible label for the button that navigates to the next year in the calendar. This label is intended for screen readers to help users understand the button's functionality. |
348
+
|`ariaNavPrevMonthLabel`| string |`'Previous month'`| A string that provides an accessible label for the button that navigates to the previous month in the calendar. Screen readers will use this label to explain the purpose of the button. |
349
+
|`ariaNavPrevYearLabel`| string |`'Previous year'`| A string that provides an accessible label for the button that navigates to the previous year in the calendar. This label helps screen reader users understand the button's function. |
346
350
|`calendarDate`| date, number, string, null |`null`| Default date of the component. |
347
351
|`cancelButtonLabel`| string |`'Cancel'`| Cancel button inner HTML |
348
352
|`cancelButtonClasses`| array, string |`['btn', 'btn-sm', 'btn-ghost-primary']`| CSS class names that will be added to the cancel button |
|`ariaNavNextMonthLabel`| string |`'Next month'`| A string that provides an accessible label for the button that navigates to the next month in the calendar. This label is read by screen readers to describe the action associated with the button. |
391
+
|`ariaNavNextYearLabel`| string |`'Next year'`| A string that provides an accessible label for the button that navigates to the next year in the calendar. This label is intended for screen readers to help users understand the button's functionality. |
392
+
|`ariaNavPrevMonthLabel`| string |`'Previous month'`| A string that provides an accessible label for the button that navigates to the previous month in the calendar. Screen readers will use this label to explain the purpose of the button. |
393
+
|`ariaNavPrevYearLabel`| string |`'Previous year'`| A string that provides an accessible label for the button that navigates to the previous year in the calendar. This label helps screen reader users understand the button's function. |
390
394
|`calendarDate`| date, number, string, null |`null`| Default date of the component. |
391
395
|`calendars`| number |`2`| The number of calendars that render on desktop devices. |
392
396
|`cancelButton`| string |`'Cancel'`| Cancel button inner HTML |
0 commit comments