UNPKG

@wix/design-system

Version:

@wix/design-system

37 lines (33 loc) 1.25 kB
### 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: ClickableCardSkin - description: Specifies the skin of a card. ### hasPadding - type: boolean - description: Applies padding to the card. ### disabled - type: boolean - description: Specifies whether user interactions are disabled. ### as - type: "button" | "a" - description: Defines whether the card is rendered as an anchor (<a>) or a button (<button>). Defaults to button. ### HTMLAttributes - type: All props from HTMLAttributes that comes from @types/react/index.d.ts - description: No description ### Attributes - type: All props from Attributes that comes from @types/react/index.d.ts - description: No description ### ButtonHTMLAttributes - type: All props from ButtonHTMLAttributes that comes from @types/react/index.d.ts - description: No description ### AriaAttributes - type: All props from AriaAttributes that comes from @types/react/index.d.ts - description: No description ### DOMAttributes - type: All props from DOMAttributes that comes from @types/react/index.d.ts - description: No description