Contentbox
Component | Source Code
extends FlexboxProps
Props Inheritance Hierarchy: ComponentPropsWithRef<“div”> -> FlexboxProps
A simple wrapper meant to house related content.
Properties
Section titled “Properties”direction?: “row” | “column”
Section titled “direction?: “row” | “column””(Optional, defaults to row) The direction that the contents of the Flexbox
flow.
filled?: boolean
Section titled “filled?: boolean”(Optional, defaults to false). Whether the box should have a marker class that indicates it should be filled
(have a background color).
horizontalAlignment?: HorizontalAlignment
Section titled “horizontalAlignment?: HorizontalAlignment”reverseDirection?: boolean
Section titled “reverseDirection?: boolean”(Optional, defaults to false) Whether the flow direction of the Flexbox’s
contents should be reversed.
reverseWrap?: boolean
Section titled “reverseWrap?: boolean”spacing?: string
Section titled “spacing?: string”(Optional, defaults to 0.5rem) How much space to put between the contents of
the Flexbox.
verticalAlignment?: VerticalAlignment
Section titled “verticalAlignment?: VerticalAlignment”wrap?: boolean
Section titled “wrap?: boolean”(Optional, defaults to false) Whether the contents of the Flexbox should
wrap.