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
Sarah Chen
VP of Engineering / Acme Corp
components/prose/Quote.vue

Usage

<ProseQuote name = "—" photo = "null" title = "—" company = "—" > Content here </ProseQuote>

Props

PropTypeDefaultDescription
nameStringPerson name (required)
photoStringnullURL to the person photo
titleStringPerson title (required)
companyStringCompany name (required)

Slots

SlotDescription
defaultQuote text content

Related