stack | boolean | (optional) True to stack the sub components with lines between. The spacing will default to medium . |
direction | string | (optional) Defaults to vertical . |
alignSelf | string | (optional) Defaults to stretch . |
title | React.Node | (optional) Define a title that appears on top of the Card. |
responsive | boolean | (optional) Define if the card should behave responsive. Defaults to true . |
filled | boolean | (optional) Define if the Card should get the same background color as the outline border. |
element | React.Element | (optional) Define the type of element. Defaults to section . |
children | React.Node | (required) Contents. |
Flex.Container | Various | (optional) Flex.Container properties. |
Flex.Item | Various | (optional) Flex.Item properties. |
Space | string object | (optional) Spacing properties like top or bottom are supported. |