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

6 lines (5 loc) 258 B
import { jsx as t } from "react/jsx-runtime"; const i = ({ href: r, children: n, rel: e, ...o }) => /* @__PURE__ */ t("a", { target: "_blank", rel: `noopener noreferrer${e ? ` ${e}` : ""}`, href: r, ...o, children: n ?? r }); export { i as ExternalLink };