react-styled-kit - v4.0.3
    Preparing search index...

    Variable StyledCalendarConst

    StyledCalendar: StyledComponent<
        CalendarProps<object, object> & MUIStyledCommonProps<Theme> & CalendarProps<
            Event,
            object,
        >,
        {},
        {},
    > = ...

    Styled drag-and-drop calendar component

    StyledCalendar

    A fully customized calendar component with:

    • Responsive design for all screen sizes
    • Smooth transitions and animations
    • Custom toolbars and headers
    • Theme-aware color schemes
    • Enhanced event styling

    React Big Calendar props

    Material-UI theme object

    <StyledCalendar
    events={events}
    defaultView="week"
    onSelectEvent={handleEventSelect}
    />