Profile
ProfileDescription
Simple "About" card rendering the restaurant description field.
Profile
Profile components build the restaurant detail pages.
Components
<XRdProfileDescription />
Minimal "About" card that renders only restaurant.description.
<XRdProfileDescription :restaurant="restaurant" />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
restaurant | Restaurant | required | Restaurant object; renders description field |
AI Context
category: Profile
package: "@xenterprises/nuxt-x-restaurants"
components:
- XRdProfileDescription
use-when: >
Rendering a minimal About card that displays only the restaurant description
field on a restaurant profile page.
typical-page-section: About section on the restaurant profile page.
