Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@paprika/external-link

Package Overview
Dependencies
Maintainers
4
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paprika/external-link

The ExternalLink component links to an external website.

latest
Source
npmnpm
Version
2.0.19
Version published
Maintainers
4
Created
Source

Description

The ExternalLink component links to an external website.

Installation

yarn add @paprika/external-link

or with npm:

npm install @paprika/external-link

Props

PropTyperequireddefaultDescription
a11yTextstringfalsenullText for aria-label.
childrenstringtrue-Link text for showing.
hasNoUnderlineboolfalsefalseIt should not show the underline on text content
hrefstringtrue-Link url for the target.

Usage

Using with paprika <ExternalLink />

import ExternalLink from "@paprika/external-link";

<ExternalLink href="http://wegalvanize.com">This is an example of the text for component</ExternalLink>;
  • Storybook Showcase
  • GitHub source code
  • Create GitHub issue
  • CHANGELOG

FAQs

Package last updated on 20 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts