Profile
ProfileSocial
Social media link buttons for Facebook, Instagram, Twitter, and TikTok.
Profile
Profile components build the restaurant detail pages.
Components
<XRdProfileSocial />
Social media link buttons. Renders Facebook, Instagram, Twitter, and TikTok buttons conditionally based on restaurant.social fields.
<XRdProfileSocial :restaurant="restaurant" />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
restaurant | Restaurant | required | Restaurant with social?: { facebook?, instagram?, twitter?, tiktok? } |
AI Context
category: Profile
package: "@xenterprises/nuxt-x-restaurants"
components:
- XRdProfileSocial
use-when: >
Rendering conditional social media link buttons for Facebook, Instagram,
Twitter, and TikTok on a restaurant profile page.
typical-page-section: Social links section on the restaurant profile page.
