# SectionQuote

## Purpose

Component SectionQuote

## Props

### Required

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

### Optional

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

## Dependencies

### Internal

- ../quote

## Usage Example

```vue
<template>
  <SectionQuote
    :text=""exemplo""
    :imageDark=""exemplo""
  >
  </SectionQuote>
</template>
```

## Related Links

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