Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bee-button

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bee-button

tinper-bee button ui component for react

  • 0.0.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
259
increased by73.83%
Maintainers
1
Weekly downloads
 
Created
Source

button

npm version Build Status devDependency Status

react button component for tinper-bee

setup develop environment
$ git clone https://github.com/tinper-bee/button
$ cd button
$ npm install
$ npm run dev

使用

使用单独的button包

组件引入

先进行下载button包

npm install --save bee-button

组件调用

import { Button } from 'bee-button';
React.render(<div>
    <div>
        <Button type="primary" size="lg" style={{color: '#000'}}>Button</Button>
    </div>
</div>, document.getElementById('target'));
样式引入
  • 可以使用link引入dist目录下button.css
<link rel="stylesheet" href="./node_modules/build/bee-button.css">
  • 可以在js中import样式
import "./node_modules/src/Button.scss"
//或是
import "./node_modules/build/bee-button.css"

使用tinper-bee组件库

(tinper-bee组件库使用方法)[]

API

参数说明类型默认值
size按钮大小(large medium small)stringmedium
type类型(primary success)string''
shape形状(round squared)string''
disabled是否禁用(disabledtrue false)stringfalse
className增加额外的classstring''
htmlTypehtml dom 的 type 属性(submit button reset)stringbutton
stylestyle 属性object''

Keywords

FAQs

Package last updated on 10 Oct 2016

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc