Displays content in the top of all the pages.

This component should be placed as early as possible in the document and will apply to all subsequent pages.

Support

Client-side
Server-side

Preview

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

Examples