ComponentsShell

NoBreak

Prevents a page break. Wrap this component around content that should not be broken across pages.

Support

Client-side
Server-side

Preview

1import { NoBreak } from "@fileforge/react-print";
2
3<NoBreak>This content will not be split between two pages.</NoBreak>;

Examples