Profile
ProfileAbout
Summary card with description, cuisine, price range, hours, and phone.
Profile
Profile components build the restaurant detail pages.
Components
<XRdProfileAbout />
Summary card combining description/tagline, cuisine types, price range, opening hours by day, and phone number in a single overview card.
<XRdProfileAbout :restaurant="restaurant" />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
restaurant | Restaurant | null | required | Restaurant object; falls back gracefully when null |
AI Context
category: Profile
package: "@xenterprises/nuxt-x-restaurants"
components:
- XRdProfileAbout
use-when: >
Displaying a summary overview card on the restaurant profile page combining
description, cuisine types, price range, hours, and phone.
typical-page-section: Main content column on the restaurant profile overview sub-page.
