Profile
ProfileContactInfo
Compact quick-info card with address, phone, and website link.
Profile
Profile components build the restaurant detail pages.
Components
<XRdProfileContactInfo />
Compact sidebar quick-info card showing address (with Get Directions link), phone, and website.
<XRdProfileContactInfo :restaurant="restaurant" />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
restaurant | Restaurant | required | Restaurant with location.address, location.neighborhood, location.city, location.state, location.zipCode, contact.phone, contact.website |
AI Context
category: Profile
package: "@xenterprises/nuxt-x-restaurants"
components:
- XRdProfileContactInfo
use-when: >
Rendering a compact quick-info sidebar card with address, Get Directions
link, phone, and website on a restaurant profile page.
typical-page-section: Sidebar or inline quick-info on the restaurant profile page.
