Profile
ProfileAmenities
Icon + label list of restaurant amenities.
Profile
Profile components build the restaurant detail pages.
Components
<XRdProfileAmenities />
Icon + label list card of restaurant amenities. Renders an icon when amenity.icon is provided.
<XRdProfileAmenities :restaurant="restaurant" />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
restaurant | Restaurant | required | Restaurant with amenities: { id, label, icon? }[] |
AI Context
category: Profile
package: "@xenterprises/nuxt-x-restaurants"
components:
- XRdProfileAmenities
use-when: >
Displaying an icon + label list of restaurant amenities on a profile page.
typical-page-section: Amenities section on the restaurant profile page.
