Shell
PageBody
Page-level main content region; renders a <main> with optional padding. Pairs with PageHeader and PageFooter.
Examples
Default
Page body content lives here.
<PageBody>
<p>Page body content lives here.</p>
</PageBody>Props
| Prop | Type | Default | Description |
|---|---|---|---|
padded | boolean | true | Apply token-driven block padding. |
children | Snippet | — | Page content. |
Install
CLI
npx @a3tai/mittsu add page-body