Profile
ProfileDietary
Checklist of dietary options supported by the restaurant.
Profile
Profile components build the restaurant detail pages.
Components
<XRdProfileDietary />
Checklist card of dietary options. Only renders when restaurant.dietaryOptions is non-empty.
<XRdProfileDietary :restaurant="restaurant" />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
restaurant | Restaurant | required | Restaurant with dietaryOptions: string[] |
AI Context
category: Profile
package: "@xenterprises/nuxt-x-restaurants"
components:
- XRdProfileDietary
use-when: >
Displaying a checklist of dietary options supported by the restaurant.
Only renders when dietaryOptions is non-empty.
typical-page-section: Dietary options section on the restaurant profile page.
