
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
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 md sm) | string | - |
| colors | 颜色(primary/secondary/accent/success/info/warning/danger/dark/light/default) | string | '' |
| shape | 形状(block/border/round/squared/floating/pillRight/pillLeft/icon) | string | '' |
| disabled | 是否禁用(disabled 或 true false) | boolean | false |
| bordered | 是否是边框型(bordered 或 true false) | boolean | 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
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.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.