Skip to content

tinper-acs/ac-button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ac-button

npm version Build Status Coverage Status devDependency Status NPM downloads Average time to resolve an issue Percentage of issues still open

react ac-button component for tinper-bee

some description...

依赖

  • react >= 15.3.0
  • react-dom >= 15.3.0
  • prop-types >= 15.6.0

使用方法

$ ynpm install @yonyou/ac-button --save

引入

import AcButton from '@yonyou/ac-button';

样式

import '@yonyou/ac-button/dist/index.css';

API

参数 说明 类型 默认值
bcolors 颜色类型 string default
onClick 点击事件 fun (e,this)
disabled true/false bool --

开发调试

$ npm install -g bee-tools
$ git clone https://github.com/tinper-bee/ac-button
$ cd ac-button
$ npm install
$ npm run dev