Profile
ProfileFAQ
Auto-generated FAQ accordion from restaurant data (reservations, dietary, parking, dress code).
Profile
Profile components build the restaurant detail pages.
Components
<XRdProfileFAQ />
Auto-generates a UAccordion FAQ from restaurant data fields. Includes dynamic questions about reservations (from acceptsReservations), dietary options (from servesCuisine), parking, and dress code.
<XRdProfileFAQ :restaurant="restaurant" />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
restaurant | RestaurantApiResponse | null | undefined | required | Restaurant API response object |
AI Context
category: Profile
package: "@xenterprises/nuxt-x-restaurants"
components:
- XRdProfileFAQ
use-when: >
Auto-generating a FAQ accordion from restaurant data fields including
reservations, dietary options, parking, and dress code.
typical-page-section: FAQ section on the restaurant profile overview sub-page.
