# ContentLogo

## Purpose

Component ContentLogo

## Props

### Required

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

### Optional

| Prop            | Type      | Default | Values | Description    |
| --------------- | --------- | ------- | ------ | -------------- |
| `isCentralized` | `Boolean` | `false` | -      | No description |
| `title`         | `String`  | -       | -      | No description |

## Dependencies

### Internal

- ../overline

## Usage Example

```vue
<template>
  <ContentLogo :logos="[]"> </ContentLogo>
</template>
```

## Related Links

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