# CardBgImage

## Purpose

Component CardBgImage

## Props

### Required

| Prop    | Type     | Description    |
| ------- | -------- | -------------- |
| `image` | `String` | No description |
| `alt`   | `String` | No description |

### Optional

| Prop             | Type     | Default | Values | Description    |
| ---------------- | -------- | ------- | ------ | -------------- |
| `customGradient` | `String` | -       | -      | No description |

## Slots

| Slot      | Description               |
| --------- | ------------------------- |
| `default` | Default component content |

## Usage Example

```vue
<template>
  <CardBgImage
    :image=""exemplo""
    :alt=""exemplo""
  >
    Component content
  </CardBgImage>
</template>
```

## Related Links

- [TypeScript Definitions](./CardBgImage.d.ts)
- [Component Implementation](./CardBgImage.vue)
- [Export Module](./cardbgimage.js)
- [Package Configuration](./package.json)
