Renders blocking loader overlay.

Example

import {BlockOverlay} from "@use-pico/client";

export const MyComponent = () => {
// Fill the container with blocking loading overlay.
return <BlockOverlay/>;
}