# SectionListAvatars

## Purpose

Component SectionListAvatars

## Props

### Required

| Prop      | Type     | Description    |
| --------- | -------- | -------------- |
| `title`   | `String` | No description |
| `avatars` | `Array`  | No description |

### Optional

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

## Slots

| Slot   | Description |
| ------ | ----------- |
| `main` | main slot   |

## Dependencies

### Internal

- ../contentsection

## Usage Example

```vue
<template>
  <SectionListAvatars
    :title=""exemplo""
    :avatars="[]"
  >
  </SectionListAvatars>
</template>
```

## Related Links

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