Renders blocking loader overlay.
import {BlockOverlay} from "@use-pico/client";export const MyComponent = () => { // Fill the container with blocking loading overlay. return <BlockOverlay/>;} Copy
import {BlockOverlay} from "@use-pico/client";export const MyComponent = () => { // Fill the container with blocking loading overlay. return <BlockOverlay/>;}
Renders blocking loader overlay.
Example