default
talawa-admin • Docs
talawa-admin / components/EventCalendar/YearlyEventCalender / default
Function: default()
> default(props
, deprecatedLegacyContext
?): ReactNode
Calendar component to display events for a selected year.
This component renders a yearly calendar with navigation to view previous and next years. It displays events for each day, with functionality to expand and view details of events.
Parameters
• props: InterfaceCalendarProps
• deprecatedLegacyContext?: any
Deprecated
See
Returns
ReactNode
JSX.Element - The rendered calendar component.