Skip to main content
The Page component is used to separate content into distinct pages within a document. It creates a page break after each page.

Usage

Props

React.ReactNode
required
The content to be rendered within the page.
string
Additional CSS classes to apply to the page.
React.CSSProperties
Additional inline styles to apply to the page.