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

    Variable RBCOverlayConst

    RBCOverlay: StyledComponent<
        MUIStyledCommonProps<Theme>,
        DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>,
        {},
    > = ...

    Calendar overlay component

    RBCOverlay

    A styled overlay component for calendar events with:

    • Absolute positioning
    • Theme-aware colors
    • Custom shadow effects
    • Responsive typography

    React props

    Material-UI theme object

    <RBCOverlay>
    <div className="rbc-overlay-header">Event Details</div>
    <div className="rbc-event-content">Meeting with Team</div>
    </RBCOverlay>