Skip to main content
版本:v3

Button 按钮

类型

(props: Props) => result: RenderFunc

Props: object

属性说明必填类型默认值值
color设置组件的颜色,支持 defaultprimarysecondarystringdefault
style样式属性,支持 CSS 属性object-
label按钮上的内容string-
onClick点击按钮() => void-