UNPKG

react-bluesky-embed

Version:

React Bluesky Embed allows you to embed post threads, profiles, and comments in your React application when using Next.js, Create React App, Vite, and more.

1 lines 358 B
import{jsx as _jsx}from"react/jsx-runtime";import React from"react";export function Link({href,className,disableTracking,...props}){return /*#__PURE__*/_jsx("a",{href:`${href.startsWith("http")?href:`https://bsky.app${href}`}${disableTracking?"":`?`}`,target:"_blank",rel:"noopener noreferrer nofollow",className:`cursor-pointer ${className||""}`,...props})}