ComponentsShellNoBreakPrevents a page break. Wrap this component around content that should not be broken across pages. Support Client-sideServer-side Preview template.tsxstyles.css1import { NoBreak } from "@fileforge/react-print";23<NoBreak>This content will not be split between two pages.</NoBreak>; Examples