1.0.7 • Published 3 years ago

dfm-demo-component v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years 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

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago