
### children
- type: ReactNode
- description: Contains elements inside the card such as `&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: Defines whether to hide portions of card content that overflows its dimensions.
### showShadow
- type: boolean
- description: Defines whether to apply a drop shadow effect.
### dataHook
- type: string
- description: Applies a data-hook HTML attribute that can be used in tests.
### className
- type: string
- description: Specifies a CSS class name to be appended to the component&#39;s root element.
### highlight
- type: &#34;focus&#34;
- description: Applies a highlighting effect on the borders of the component.


