Month Overflow Provider
The month-overflow-provider
is a utility component that manages the overflow content display within the month
component. It exposes the necessary context and functionality through the overflow slot of the month component, enabling developers to create customized overflow implementations while maintaining consistent behavior and accessibility.
Provides context and functionality for customizable month overflow implementations
Architecture
month-overflow-provider
Slot: default
Reference
-
Month Overflow Provider
The root component that manages and provides access to overflow-related state and functionality.
Context
-
monthOverflowContext
Provides access to all states and data required for implementing a custom overflow component.