PageLoader communicates that a process is currently running on a page-level context.
imageSrc unset) — the Customer.io logo — for full-page and app-level loads.imageSrc to reinforce a more specific loading context, such as a particular product or workspace.imageSrc={null} to hide the image in compact loading areas — modals, drawers, or list panels.imageWidth and imageHeight together when resizing the image, and preserve its original aspect ratio so it isn't distorted.label as a short, present-tense phrase ending in an ellipsis (e.g. "Redirecting…").label.imageWidth and imageHeight are numbers (pixels), not strings.imageAlt sets the image's alt text (default ''); not covered in the design doc.imageSrc, imageWidth, imageHeight, imageAlt, label).PlumaPageLoader signature declares a default block, but the component doesn't render any yielded content — pass the same props as args (@imageSrc, @imageWidth, @imageHeight, @imageAlt, @label) instead of yielding.as prop (inherited from Box) to change the root element tag.