Page break background
The pageBreakBackground
option lets you change the background color of the area between pages. This can help visually separate pages or match your app’s background color design.
How to set the page break background
Pages.configure({
pageBreakBackground: '#f8f8f8', // Light gray between pages
})
This only affects the space between pages, not the page itself.
Design tip
Use a subtle color for the page break background so it doesn’t distract from your content.