ExButton

主题组件

Version: 1.0.0

Props

Prop nameDescriptionTypeValuesDefault
type按钮类型stringprimary, success, warning, danger"default"
size按钮大小stringlarge, normal, small, mini"normal"
disabled失效状态boolean-false
round是否圆形按钮boolean-true
block是否块状按钮boolean-true
text按钮标签string-""
icon按钮图标,需要使用object-null
iconPosition按钮图标位置stringleft, right"left"
fetcher请求状态控制器
@params .loading 是否加载中
object-{
loading: false
}
buttonProps原生配置open in new windowobject-{}

Events

Event namePropertiesDescription
clickevent Event - 点击事件

这里加点内容

Last Updated:
Contributors: sinceow