Skip to content

Contentbox

Component | Source Code

extends FlexboxProps

Props Inheritance Hierarchy: ComponentPropsWithRef<“div”> -> FlexboxProps

A simple wrapper meant to house related content.

(Optional, defaults to row) The direction that the contents of the Flexbox flow.


(Optional, defaults to false). Whether the box should have a marker class that indicates it should be filled (have a background color).



(Optional, defaults to false) Whether the flow direction of the Flexbox’s contents should be reversed.



(Optional, defaults to 0.5rem) How much space to put between the contents of the Flexbox.



(Optional, defaults to false) Whether the contents of the Flexbox should wrap.