Skip to main content

Summary Box

Renders a box showing optionally a leftNode (left column), rightNode (right column), topNode (top center), titleNode (middle center) or children (bottom center)

Storybook Docs

Props

NameTypeDefaultDescription
childrenReactNode-Content displayed at the bottom of the middle column
childrenGroupPropsGroupProps-Extra props for the children group container
contentContainerFlexPropsFlexProps-Extra props for the middle column flex container
leftNodeReactNode-Content displayed in the left column
leftNodeStackPropsStackProps-Extra props for the leftNode stack container
rightNodeReactNode-Content displayed in the right column
rightNodeStackPropsStackProps-Extra props for the rightNode stack container
titleNodeReactNode-Content displayed at the center of the middle column
titleNodeGroupPropsGroupProps-Extra props for the titleNode group container
topNodeReactNode-Content displayed at the top of the middle column
topNodeGroupPropsGroupProps-Extra props for the topNode group container
...--extends Flex props