HolyGrail
ts
const HolyGrail: FC<HolyGrailProps>;Defined in: holy-grail.tsx:190
Root layout container for building Holy Grail layouts.
Takes props of HolyGrailProps.
Remarks
This component defines the main layout axis and acts as the top-level container for all Holy Grail layout sections such as HolyGrailHeader, HolyGrailContent, HolyGrailRow, HolyGrailColumn, and HolyGrailFooter.
The layout direction depends on the selected variant:
"expand"→ vertical layout (column)"contained"→ horizontal layout (row)
The component spans the full viewport (100% × 100%) and prevents overflow by default.
All additional props are forwarded to the underlying MUI Box.
Returns
React Component
See
https://ogs-gmbh.github.io/mui-components/guide/holy-grail
Since
1.0.0
Author
David Schummer
Author
Simon Kovtyk