Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
bpk-component-button
Advanced tools
Backpack button component.
npm install bpk-component-button --save-dev
import React from 'react';
import { withButtonAlignment, withRtlSupport } from 'bpk-component-icon';
import ArrowIcon from 'bpk-component-icon/sm/long-arrow-right';
import BpkButton from 'bpk-component-button';
const AlignedArrowIcon = withButtonAlignment(withRtlSupport(ArrowIcon));
export default () => (
<div>
<BpkButton>Primary</BpkButton>
<BpkButton large>Large primary</BpkButton>
<BpkButton secondary>Secondary</BpkButton>
<BpkButton secondaryOnDark>SecondaryOnDark</BpkButton>
<BpkButton link>Link</BpkButton>
<BpkButton linkOnDark>LinkOnDark</BpkButton>
<BpkButton outline>Outline (Deprecated, use PrimaryOnDark or PrimaryOnLight instead)</BpkButton>
<BpkButton primaryOnDark>PrimaryOnDark</BpkButton>
<BpkButton primaryOnLight>PrimaryOnLight</BpkButton>
<BpkButton iconOnly>
<AlignedArrowIcon />
<span className="visually-hidden">Search</span>
</BpkButton>
</div>
);
Property | PropType | Required | Default Value |
---|---|---|---|
children | - | true | - |
destructive | bool | false | false |
featured | bool | false | false |
link | bool | false | false |
linkOnDark | bool | false | false |
outline | bool (deprecated) | false | false |
secondary | bool | false | false |
secondaryOnDark | bool | false | false |
primaryOnDark | bool | false | false |
primaryOnLight | bool | false | false |
blank | bool | false | false |
className | string | false | null |
disabled | bool | false | false |
href | string | false | null |
iconOnly | bool | false | false |
large | bool | false | false |
onClick | func | false | null |
rel | string | false | null |
submit | bool | false | false |
buttonPrimaryTextColor
buttonPrimaryHoverTextColor
buttonPrimaryActiveTextColor
buttonPrimaryGradientStartColor
buttonPrimaryGradientEndColor
buttonPrimaryBackgroundColor
buttonPrimaryHoverBackgroundColor
buttonPrimaryActiveBackgroundColor
buttonPrimaryOnDarkTextColor
buttonPrimaryOnDarkHoverTextColor
buttonPrimaryOnDarkActiveTextColor
buttonPrimaryOnDarkBackgroundColor
buttonPrimaryOnDarkHoverBackgroundColor
buttonPrimaryOnDarkActiveBackgroundColor
buttonPrimaryOnLightTextColor
buttonPrimaryOnLightHoverTextColor
buttonPrimaryOnLightActiveTextColor
buttonPrimaryOnLightBackgroundColor
buttonPrimaryOnLightHoverBackgroundColor
buttonPrimaryOnLightActiveBackgroundColor
buttonSecondaryTextColor
buttonSecondaryHoverTextColor
buttonSecondaryActiveTextColor
buttonSecondaryBorderColor
buttonSecondaryHoverBorderColor
buttonSecondaryActiveBorderColor
buttonSecondaryBackgroundColor
buttonSecondaryHoverBackgroundColor
buttonSecondaryActiveBackgroundColor
buttonSecondaryOnDarkTextColor
buttonSecondaryOnDarkHoverTextColor
buttonSecondaryOnDarkActiveTextColor
buttonSecondaryOnDarkBackgroundColor
buttonSecondaryOnDarkHoverBackgroundColor
buttonSecondaryOnDarkActiveBackgroundColor
buttonFeaturedTextColor
buttonFeaturedHoverTextColor
buttonFeaturedActiveTextColor
buttonFeaturedGradientStartColor
buttonFeaturedGradientEndColor
buttonFeaturedBackgroundColor
buttonFeaturedHoverBackgroundColor
buttonFeaturedActiveBackgroundColor
buttonDestructiveTextColor
buttonDestructiveHoverTextColor
buttonDestructiveActiveTextColor
buttonDestructiveBorderColor
buttonDestructiveHoverBorderColor
buttonDestructiveActiveBorderColor
buttonDestructiveBackgroundColor
buttonDestructiveHoverBackgroundColor
buttonDestructiveActiveBackgroundColor
buttonFontSize
(Optional)FAQs
Backpack button component.
The npm package bpk-component-button receives a total of 13 weekly downloads. As such, bpk-component-button popularity was classified as not popular.
We found that bpk-component-button demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?
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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.