This package has been deprecated

Author message:

Replaced by @paprika/link with isExternalLink prop

@paprika/external-link
TypeScript icon, indicating that this package has built-in type declarations

2.0.19 • Public • Published

@paprika/external-link

Description

The ExternalLink component links to an external website.

Installation

yarn add @paprika/external-link

or with npm:

npm install @paprika/external-link

Props

ExternalLink

Prop Type required default Description
a11yText string false null Text for aria-label.
children string true - Link text for showing.
hasNoUnderline bool false false It should not show the underline on text content
href string true - 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>;

Links

Readme

Keywords

none

Package Sidebar

Install

npm i @paprika/external-link

Weekly Downloads

688

Version

2.0.19

License

MIT

Unpacked Size

20.2 kB

Total Files

10

Last publish

Collaborators

  • vkhimich
  • mikrotron
  • jamiek-galvanize
  • allison_cc