url The page to preview. Its Open Graph data is fetched and rendered. | string | — |
sizes The sizes attribute for the preview image. | string | 320px |
unoptimized Skip the framework image optimizer. | boolean | false |
| l•m•s | m |
ogData Supply the data yourself instead of fetching it. | Partial<OgData>•null | — |
direction Image above the text, or beside it. | column•row•column-reverse•row-reverse | column |
serviceConfig Where to fetch the Open Graph data from. | OgServiceConfig | {} |
title Override the fetched title, or false to hide it. | string•false | — |
description Override the fetched description, or false to hide it. | string•false | — |
favicon Override the fetched favicon, or false to hide it. | string•false | — |
image Override the fetched image, or false to hide it. | string•false | — |
cardUrl Override the displayed link text, or false to hide it. | string•false | — |
| …and every FlexProps prop | inherited | — |
| …and every CardProps prop | inherited | — |