This component has been deprecated. Please use assistant-ui instead.

interface OverlayProps {
    background?: "white" | "grey";
    blur?: boolean;
    blurIntensity?: number;
}

Properties

background?: "white" | "grey"

Background color of the overlay

blur?: boolean

Apply a blur effect to the obscured content

blurIntensity?: number

Custom blur intensity (in pixels)