import { PageBody } from '@uhg-abyss/web/ui/PageBody';Full page layout
Click below to see an example of a full page that uses the PageBody component.
PageBody Props
| Prop Name | Type | Default | Description |
|---|---|---|---|
| children | React Node | - | The children element of the body |
| className | string | - | The class name of PageBody |
| fullWidth | boolean | false | Set the max width of the body to full screen |
| ref | object | - | Ref to body root element |
PageBody Classes
| Class Name | Description |
|---|---|
| .abyss-page-body-container | Body container |
| .abyss-page-body-root | Body root |