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
| Prop | Type | Default | Description |
|---|---|---|---|
| question | String | — | The question text (required) |
| theme | String | 'grape' | Border color theme |
Slots
| Slot | Description |
|---|---|
| default | Answer content |