HolyGrailContainerProps
ts
type HolyGrailContainerProps = ComponentPropsWithRef<typeof Box> & object;Defined in: holy-grail.tsx:12
Props for Holy Grail layout containers.
Type Declaration
expand?
ts
optional expand?: boolean;Allows the container to grow (flex-grow) when true
Default
false
overflow?
ts
optional overflow?: boolean;Enables scrolling (overflow: auto) when true, otherwise hidden
Default
false
Since
1.0.0
Author
David Schummer
Author
Simon Kovtyk