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.
bee-button
Advanced tools
react button component for tinper-bee
可定制的按钮组件
先进行下载bee-button包
npm install --save bee-button
组件调用
import Button from 'bee-button';
ReactDOM.render(
<Button type="primary" size="lg" style={{color: '#000'}}>Button</Button>
, document.getElementById('target'));
<link rel="stylesheet" href="./node_modules/bee-button/build/Button.css">
import "./node_modules/bee-button/src/Button.scss"
//或是
import "./node_modules/bee-button/build/Button.css"
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
size | 按钮大小(lg xg sm ) | string | - |
colors | 颜色(primary/accent/success/info/warning/danger/default) | string | '' |
shape | 形状(block/round/squared/floating/pillRight/pillLeft/border/icon) | string | '' |
disabled | 是否禁用(disabled 或 true false ) | string | false |
className | 增加额外的class | string | '' |
htmlType | html dom 的 type 属性(submit button reset ) | string | button |
style | style 属性 | object | '' |
$ npm install -g bee-tools
$ git clone https://github.com/tinper-bee/bee-button
$ cd bee-button
$ npm install
$ npm run dev
FAQs
tinper-bee button ui component for react
The npm package bee-button receives a total of 196 weekly downloads. As such, bee-button popularity was classified as not popular.
We found that bee-button demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 16 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.