Profile
ProfileNavigation
Sticky horizontal nav tab bar linking to profile sub-pages by slug.
Profile
Profile components build the restaurant detail pages.
Components
<XRdProfileNavigation />
Sticky top navigation tab bar with links to Home, Menu, Local Reviews, Photos, and Articles sub-pages. Derives all paths from the restaurant slug.
<XRdProfileNavigation :slug="restaurant.slug" />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
slug | string | required | Restaurant URL slug used to build sub-page paths |
AI Context
category: Profile
package: "@xenterprises/nuxt-x-restaurants"
components:
- XRdProfileNavigation
use-when: >
Rendering the sticky horizontal nav tab bar on a restaurant profile page,
linking to Home, Menu, Reviews, Photos, and Articles sub-pages by slug.
typical-page-section: Sticky tab bar below the hero on the restaurant profile page.
