
<!-- Auto Generated Below -->


## SignetCard Properties

| Property          | Attribute           | Description                      | Type                                                                                                      | Default     |
| ----------------- | ------------------- | -------------------------------- | --------------------------------------------------------------------------------------------------------- | ----------- |
| `actions`         | `actions`           | Actions: array of button configs | `{ label: string; type?: "button" \| "reset" \| "submit"; class?: "outlined" \| "primary" \| "text"; }[]` | `undefined` |
| `buttonClass`     | `button-class`      | Button style                     | `"outlined" \| "primary" \| "text"`                                                                       | `'primary'` |
| `buttonLabel`     | `button-label`      | Button label                     | `string`                                                                                                  | `undefined` |
| `buttonType`      | `button-type`       | Button type                      | `"button" \| "reset" \| "submit"`                                                                         | `'button'`  |
| `cardBody`        | `card-body`         | Card body text                   | `string`                                                                                                  | `undefined` |
| `cardFooter`      | `card-footer`       | Card footer text                 | `string`                                                                                                  | `undefined` |
| `cardIcon`        | `card-icon`         | Card icon name (for SignetIcon)  | `string`                                                                                                  | `undefined` |
| `cardIconVariant` | `card-icon-variant` | Card icon variant                | `"default" \| "outlined" \| "round" \| "sharp" \| "two-tone"`                                             | `'default'` |
| `cardSubtitle`    | `card-subtitle`     | Card subtitle                    | `string`                                                                                                  | `undefined` |
| `cardTitle`       | `card-title`        | Card title                       | `string`                                                                                                  | `undefined` |
| `imageSrc`        | `image-src`         | Card image src                   | `string`                                                                                                  | `undefined` |
| `variant`         | `variant`           | Card variant                     | `"filled" \| "outlined"`                                                                                  | `'filled'`  |


## Dependencies

### Depends on

- [signet-icon](../signet-icon)
- [signet-button](../signet-button)

### Graph
```mermaid
graph TD;
  signet-card --> signet-icon
  signet-card --> signet-button
  style signet-card fill:#f9f,stroke:#333,stroke-width:4px
```

----------------------------------------------

*Built with Signet Design System*
