# ContentQuoteAvatar

## Purpose

Component ContentQuoteAvatar

## Props

### Required

| Prop   | Type    | Description    |
| ------ | ------- | -------------- |
| `data` | `Array` | No description |

## Slots

| Slot   | Description |
| ------ | ----------- |
| `item` | item slot   |

## Dependencies

### External

- vue
- primevue/carousel

### Internal

- ../quoteavatar

## Usage Example

```vue
<template>
  <ContentQuoteAvatar :data="[]"> </ContentQuoteAvatar>
</template>
```

## Related Links

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