UNPKG

react-external-link

Version:

[![Build Status](https://img.shields.io/github/actions/workflow/status/acelaya/react-external-link/ci.yml?branch=main&logo=github&style=flat-square)](https://github.com/acelaya/react-external-link/actions/workflows/ci.yml) [![Code Coverage](https://img.sh

12 lines (11 loc) 303 B
import { jsx as e } from "react/jsx-runtime"; //#region src/ExternalLink.tsx var t = ({ href: t, children: n, rel: r, ...i }) => /* @__PURE__ */ e("a", { target: "_blank", rel: `noopener noreferrer${r ? ` ${r}` : ""}`, href: t, ...i, children: n ?? t }); //#endregion export { t as ExternalLink };