1.0.6 • Published 4 years ago

react-native-unit-zym v1.0.6

Weekly downloads
32
License
-
Repository
-
Last release
4 years ago

react naive 库

references

搭建组件库用 typescript 进行编写

  • 搭建 react-native + typescript
  • 安装 storybook 进行调试

使用

安装 npm i react-native-ks-ec 或者 yarn add react-native-ks-ec

Button

属性说明类型默认值
text按钮文字(必填)string""
onPress点击按钮的回调函数 (必填)(e:object): void
type按钮类型:可选值为containeroutlinetextstringcontainer
size按钮大小:largemiddlesmallstringlarge
viewStyles自定义按钮样式object
textStyles自定义按钮文字样式object
theme样式类型:primarylinksuccessstringprimary
disabledViewStyles按钮禁用的按钮样式object
disabledTextStyles按钮禁用的按钮文字样式object
disabled设置按钮是否禁用booleanfalse
iconLeft按钮文字左侧带的图标Image 图片
iconLeftStyle自定义的左侧图标样式object
iconRight按钮文字右侧带的图标Image 图片
iconRightStyle自定义右侧图标样式object
1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago