ProseFAQ

components/prose/FAQ.vue

FAQ item with a grape top border, bold question heading, and answer slot. Used in grids for FAQ sections.

How does Qpoint work?

Qpoint installs with a single command and automatically discovers every connection. There are no sidecars, proxies, or code changes required.
components/prose/FAQ.vue

Usage

<ProseFAQ question = "—" theme = "grape" > Content here </ProseFAQ>

Props

PropTypeDefaultDescription
questionStringThe question text (required)
themeString'grape'Border color theme

Slots

SlotDescription
defaultAnswer content

Related