Link Preview

Dynamic link previews for your anchor tags.

utils

Tailwind CSS and Framer Motion are a great way to build modern websites.

Variants

Static

This is a static link preview of whatever.

About

The original idea of the <LinkPreview /> component is coming from aceternity website.

Installation

🚧 Not available yet.

Modify your next.config as follows:

const nextConfig = {
  images: {
    domains: [
      "api.microlink.io", // Microlink Image Preview
    ],
  },
};
 
module.exports = nextConfig;