@wix/design-system
Version:
@wix/design-system
25 lines (22 loc) • 636 B
Markdown
### children
- type: ReactNode
- description: Accepts any node as a child element.
### dataHook
- type: string
- description: Applies a data-hook HTML attribute that can be used in the tests.
### skin
- type: "standard" | "filled" | "outline" | "shadow"
- description: Specifies the skin of a card.
- default: standard
### hasPadding
- type: boolean
- description: Applies padding to the card.
- default: true
### disabled
- type: boolean
- description: Specifies whether user interactions are disabled.
- default: false
### as
- type: T
- description: Defines whether the card is rendered as an anchor or a button.
- default: button