ac-button

$ ynpm install ac-button --save

引入

import {AcButton} from 'ac-button';

在线示例

https://tinper-acs.github.io/ac-button/

效果

e

API

参数 说明 类型 默认值
colors 颜色类型 string default
onClick 点击事件 fun (e,this)
disabled true/false bool --
  • 当前按钮集成Button所有的属性

开发调试

$ cd ac-button
$ npm install
$ npm run dev