# CardTitle

## Purpose

Component CardTitle

## Props

### Optional

| Prop       | Type     | Default | Values | Description    |
| ---------- | -------- | ------- | ------ | -------------- |
| `titleTag` | `String` | `''`    | -      | No description |

## Slots

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

## Usage Example

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

## Related Links

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