Function CalendarView

CalendarView component displays a calendar with various functionalities such as selecting dates, changing months, and changing years.

  • Type Parameters

    • Data extends unknown = any

      The type of data to be passed to the component

    • Payload extends unknown = any

      The type of payload to be used in the component

    Parameters

    • props: ICalendarViewProps<Data, Payload>

      The props object containing the necessary parameters for the CalendarView component

    Returns Element

    • The rendered CalendarView component

Methods

Methods

  • Initializes the dayjs for CalendarView component.

    Returns void

    CalendarView