1.0.7 • Published 1 year ago

dfm-demo-component v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

TODO

  • Button

组件使用说明

Button 按钮

代码示例

<Button title={'button1'} type={'primary'}/>

API 说明

属性说明类型是否必传默认值
title按钮文案stringtrue-
type按钮类型,可选值为 'primary''default''light'false'default'
size按钮大小,可选值为 'large''base''small'false'default'
icon按钮iconImageSourcePropTypefalse-
disabled是否禁止点击booleanfalse-
stylebutton样式StylePropfalse-
iconStyleicon样式StylePropfalse-
textStyle文案样式StylePropfalse-
activeViewStyle点击按钮样式StylePropfalse-
activeTextStyle点击文案样式StylePropfalse-
onPress点击回调方法Functionfalse-
1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago