react-native-cardview-wayne - 设置卡片样式的组件
MIT
Android
Java
软件简介
react-native-cardview-wayne ,一个 react-native 开源的设置卡片样式的组件,兼容 IOS 和 Android
平台。
属性
Name | Type | Desc | Platform |
---|---|---|---|
cardElevation | Number | the elevation of the card view | IOS、Android |
maxCardElevation | Number | if not set, equals the `cardElevation ` default | Android |
radius | Number | the border radius of the card view | IOS、Android |
backgroundColor | String | the background color of the card view | IOS、Android |
style | Object | set style of the card view | IOS、Android |
setPreventCornerOverlap | Boolean | 是否使用PreventCornerOverlap | Android |
setUseCompatPadding | Boolean | 是否使用CompatPadding 设置内边距 | Android |
IOS 示例图:
Android 示例图: