Installation
Props
Prop | Type | Default | Description |
---|---|---|---|
href | string | "" | The URL for the link preview. |
children | ReactNode | undefined | The content inside the anchor tag. |
className | string? | "" | Additional classes for the anchor tag. |
width | number? | 600 | The width of the preview image in pixels. |
height | number? | 400 | The height of the preview image in pixels. |
showMetadata | boolean? | true | Whether to display metadata (title, description, favicon). |
showFavicon | boolean? | true | Whether to display the favicon of the link. |