带阴影的卡片
Properties:
Name | Type | Description |
---|---|---|
innerView |
component | 卡片内部 View, 不传该参数将显示默认的 icon + text |
icon |
int | 左侧图标的资源 id, 参照 |
text |
string | 右侧文案 |
visible |
bool | 是否显示卡片, 默认值 true |
showDismiss |
bool | 是否显示右上角的关闭按钮, 默认值 false |
disabled |
bool | 是否禁用卡片点击, 默认值 false |
dismiss |
function | 点右上角关闭按钮的回调函数 |
showShadow |
bool | 是否显示卡片阴影, 默认值 true |
onPress |
function | 点击事件, 不传该参数将显示禁用态 |
cardStyle |
style | 卡片容器的自定义样式, 默认样式 |
iconStyle |
style | 左侧图标的自定义样式 |
textStyle |
style | 右侧文案的自定义样式 |
underlayColor |
string | 卡片点击态颜色,默认 rgba(0,0,0,0.05) |
shadowColor |
string | 阴影颜色,默认 '#000',❗️android 平台只支持16进制的 shadowColor |
shadowOpacity |
number | 阴影透明度,默认 0.03 |
- Since:
- 10010
Methods
getCorrectStyle()
筛选出this.props.cardStyle
中的定位信息,传给shadowAndroid
的style