Skip to main content

PageBody

Used to create a page body layout.

Submit feedback
github
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 NameTypeDefaultDescription
childrenReact Node-The children element of the body
classNamestring-The class name of PageBody
fullWidthbooleanfalseSet the max width of the body to full screen
refobject-Ref to body root element

PageBody Classes

Class NameDescription
.abyss-page-body-containerBody container
.abyss-page-body-rootBody root
Table of Contents