# QuoteAvatar

## Purpose

Component QuoteAvatar

## Props

### Required

| Prop   | Type     | Description    |
| ------ | -------- | -------------- |
| `text` | `String` | No description |

### Optional

| Prop             | Type      | Default | Values | Description    |
| ---------------- | --------- | ------- | ------ | -------------- |
| `border`         | `Boolean` | `true`  | -      | No description |
| `disableDegrade` | `Boolean` | `false` | -      | No description |
| `author`         | `String`  | -       | -      | No description |
| `image`          | `String`  | -       | -      | No description |
| `button`         | `Object`  | -       | -      | No description |

## Dependencies

### Internal

- ../linkbutton

## Usage Example

```vue
<template>
  <QuoteAvatar
    :text=""exemplo""
  >
  </QuoteAvatar>
</template>
```

## Related Links

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