@wix/design-system
Version:
@wix/design-system
28 lines (24 loc) • 960 B
Markdown
### children
- type: ReactNode
- description: Contains elements inside the card `<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: 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: "focus"
- description: Applies highlighting effect on the borders of the component.