
### children
- type: ReactNode
- description: Contains elements inside the card `&lt;Card.Header/&gt;`, `&lt;Card.Subeader/&gt;`, `&lt;Card.Content/&gt;` or `&lt;Card.Divider/&gt;`.
### controls
- type: ReactNode
- description: Contains elements that control the component (usually a &lt;CloseButton/&gt;).
### stretchVertically
- type: boolean
- description: Makes a card stretch vertically to max height in a layout or container.
### hideOverflow
- type: boolean
- description: Hides a portion of card content that overflows its dimensions.
### showShadow
- type: boolean
- description: Applies a drop shadow effect.
### dataHook
- type: string
- description: Applies a data-hook HTML attribute to be used in the tests.
### className
- type: string
- description: Specifies a CSS class name to be appended to the component’s root element.
### highlight
- type: &#34;focus&#34;
- description: Applies highlighting effect on the borders of the component.


