# CardDescription

## Purpose

Component CardDescription

## Props

### Optional

| Prop    | Type     | Default       | Values                 | Description    |
| ------- | -------- | ------------- | ---------------------- | -------------- |
| `color` | `String` | `'secondary'` | `primary\|secondary`   | No description |
| `size`  | `String` | `'medium'`    | `small\|medium\|large` | No description |

## Slots

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

## Usage Example

```vue
<template>
  <CardDescription> Component content </CardDescription>
</template>
```

## Related Links

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