Profile
ProfileBreadcrumb
Home > Explore > Restaurant Name breadcrumb trail.
Profile
Profile components build the restaurant detail pages.
Components
<XRdProfileBreadcrumb />
Breadcrumb trail: Home → Explore → {Restaurant Name}.
<XRdProfileBreadcrumb :restaurant-name="restaurant.name" />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
restaurantName | string | required | Displayed as the final breadcrumb segment |
AI Context
category: Profile
package: "@xenterprises/nuxt-x-restaurants"
components:
- XRdProfileBreadcrumb
use-when: >
Rendering a Home → Explore → Restaurant Name breadcrumb trail at the
top of a restaurant profile page.
typical-page-section: Breadcrumb navigation near the top of the profile page.
