Month Week Numbers Provider
The month-week-numbers-provider
is a utility component that manages and provides week number data for calendar month views. It exposes week number information through a context that can be consumed by child components, enabling customized week number displays in calendar interfaces.
Provides week numbers data and states for calendar month views
Architecture
month-week-numbers-provider
Slot: default
Reference
-
Month Week Numbers Provider
The root component that manages and provides week number data for calendar month views.
Context
-
monthWeekNumbersContext
Provides access to the week numbers data and state management for the current month view. This context includes all necessary information for rendering and managing week numbers, enabling custom implementations of week number displays within the calendar interface.