
### children
- type: ReactNode
- description: Contains elements inside the card such as `<Card.Header/>`, `<Card.Subeader/>`, `<Card.Content/>` or `<Card.Divider/>`.
### controls
- type: ReactNode
- description: Contains elements that control the component, usually a `<CloseButton/>`.
### 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's root element.
- internal
### highlight
- type: "focus"
- description: Applies a highlighting effect on the borders of the component.

