Link Preview

A Vue component that displays a preview image of a linked website on hover.

Usage

Props

PropTypeDefaultDescription
url
String
"https://astrilya.com"The URL of the website to preview.
width
Number
800The width of the preview image.
height
Number
800The height of the preview image.

Slots

SlotDescription
defaultContent for the link text or element.

Customization

You can customize the LinkPreview component:

  • Modify the url, width, and height props to change the preview image.
  • Adjust the CSS in the <style> section to alter the animation, size, or positioning of the preview image.
  • Use the default slot to customize the appearance of the link text or element.