ComponentsShell

CurrentPageTop

Displays content in the top of the current page.

This component will override the content of the PageTop component for the current page.

Support

Client-side
Server-side

Preview

1import { CurrentPageTop } from "@fileforge/react-print";
2
3<CurrentPageTop style={{ backgroundColor: "#bfdbfe" }} />;

Examples