ProseQuote
components/prose/Quote.vue
Pull quote with decorative quote icons, attribution photo, name, title, and company.
Qpoint gave us visibility we didn't know we were missing. Within minutes of deploying, we discovered third-party connections we had no idea existed.
Sarah Chen
VP of Engineering / Acme Corp
components/prose/Quote.vue
Usage
<ProseQuote
name = "—"
photo = "null"
title = "—"
company = "—"
>
Content here
</ProseQuote>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| name | String | — | Person name (required) |
| photo | String | null | URL to the person photo |
| title | String | — | Person title (required) |
| company | String | — | Company name (required) |
Slots
| Slot | Description |
|---|---|
| default | Quote text content |