Profile
ProfileMenuSection
Grouped menu section with title, description, optional image, and list of MenuItems.
Profile
Profile components build the restaurant detail pages.
Components
<XRdProfileMenuSection />
Grouped menu section with a bold title, optional description, a list of XRdProfileMenuItem rows, and an optional section image.
<XRdProfileMenuSection :section="menuSection" />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
section | { title: string; description?: string; image?: string; items: MenuItem[] } | required | Menu section data |
AI Context
category: Profile
package: "@xenterprises/nuxt-x-restaurants"
components:
- XRdProfileMenuSection
use-when: >
Rendering a grouped menu section with title, description, optional image,
and a list of menu items on a restaurant menu sub-page.
typical-page-section: Menu section group on the restaurant menu sub-page.
