New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@brighthr/component-link

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brighthr/component-link

To install, type the following into the command line at the root of your project:

latest
npmnpm
Version
1.1.10
Version published
Maintainers
1
Created
Source

To install, type the following into the command line at the root of your project:

npm i @brighthr/component-link

To implement the Link component into your project you’ll need to add the import:

import Link from '@brighthr/component-link';

After adding import into your project you can use it simply like:

<Link />

Props

NameTypeDefaultDescription
anchorRemovedbooleanfalseIf true, removes the anchor tag.
color'primary' 'accent' 'error' 'white'`'accent'Sets the color of the Link.
iconNameIconNameSets the icon to display on the left (See Icon component).
iconPosition'left' 'right'Sets the position of the icon.
outlineButtonbooleanfalseIf true,
size'xs' 'sm' 'base' 'lg' 'xl''base'Sets the size of the Link.
textstring``Sets the text to display in the Link.
textButtonbooleanfalseIf true,

FAQs

Package last updated on 07 Jan 2026

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