0.0.1 • Published 5 years ago

irs-button v0.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

按钮组件

1. 使用方法

2. API说明

属性说明类型默认值
ghost幽灵属性,使按钮背景透明,版本 2.7 中增加booleanfalse
href点击跳转的地址,指定此属性 button 的行为和 a 链接一致string-
htmlType设置 button 原生的 type 值stringbutton
icon设置按钮的图标类型string-
loading设置按钮载入状态boolean{ delay: number }false
disabled按钮失效状态booleanfalse
shape设置按钮形状,可选值为 circle 或者不设string-
size设置按钮大小,可选值为 small large 或者不设stringdefault
target相当于 a 链接的 target 属性,href 存在时生效string-
type设置按钮类型,可选值为 primary dashed danger(版本 2.7 中增加) 或者不设string-
onClickclick 事件的 handlerfunction-
0.0.1

5 years ago

4.0.2

5 years ago

4.0.1

5 years ago

4.0.0

5 years ago