nuxt-x-affiliate
Price Verified
Price verified {date}
Price Verified
The XAFPriceVerified component renders a small green "Price verified {date}" trust badge — a good companion to <XAFBuyButton> on product reviews. Helps reassure readers that the price you list is the current price, especially on high-ticket purchases.
Components
<XAFPriceVerified />
<XAFPriceVerified verified-at="2026-02-15" source="Amazon" />
<XAFPriceVerified verified-at="2026-02-15" variant="inline" locale="en-GB" />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
verifiedAt | string | required | ISO date when the price was last verified. |
source | string | — | Where the price was checked (e.g. "Amazon", "Walmart"). |
locale | string | "en-US" | Locale for date formatting. |
variant | 'pill' | 'inline' | 'pill' | Visual variant. |
The badge reads Price verified {date} on {source} when a source is provided.
AI Context
component: XAFPriceVerified
package: "@xenterprises/nuxt-x-affiliate"
use-when: "Price verified {date}" trust badge in pill or inline variant for product reviews.
