HolyGrailProps
ts
type HolyGrailProps = ComponentPropsWithRef<typeof Box> & object;Defined in: holy-grail.tsx:149
Props for the HolyGrail component.
Type Declaration
variant?
ts
optional variant?: "expand" | "contained";Defines the primary layout direction:
"expand"→ vertical layout (top-to-bottom)"contained"→ horizontal layout (left-to-right)
Default
"expand"
Since
1.0.0
Author
David Schummer
Author
Simon Kovtyk