DocumentPage
A4/letter page container with margin simulation.
import { DocumentPage } from '@ybouhjira/hyperkit';Static examples
This component depends on app-level context (providers, services, or interactive setup) that does not fit the inline playground yet, so its examples are shown as static code.
#Props
| Prop | Type | Default | Description |
|---|---|---|---|
size | 'a4' | 'letter' | — | — |
orientation | 'portrait' | 'landscape' | — | — |
padding | string | — | — |
children * | JSX.Element | — | — |
header | JSX.Element | — | — |
footer | JSX.Element | — | — |
pageNumber | number | — | — |
style | JSX.CSSProperties | — | — |
* required prop.