Link Preview
A horizontal link preview with an image, seller details, and optional product pricing and ratings.
Loading component preview…
Installation
Add the component source directly to your project.
pnpm dlx shadcn@latest add https://pastaui.com/r/link-preview.jsonAPI reference
Link Preview
| Prop | Type | Default | Description |
|---|---|---|---|
url | string | — | Identifies the destination and displayed hostname. |
imageSrc | string | — | Displays an optional preview image. |
price | string | — | Displays a formatted price, including its currency. |
seller | string | — | Displays the seller beside the site name. |
rating | number | — | Displays a star rating out of five. |
reviewCount | string | — | Displays the formatted review count beside the rating. |
onOpen | () => void | — | Opens the destination. |