【发布时间】:2021-05-17 20:23:20
【问题描述】:
如何在 react native 中添加类似 CSS 的图像边框?
img {
border: 20px solid black;
border-image: url("xyzborderimage.jpg") 30 round;
border-radius: 2px;
height: 500px;
width: 250;
}
【问题讨论】:
-
这能回答你的问题吗? React Native - how to make a border image?
-
不,它没有回答我的问题。
标签: css reactjs react-native flexbox react-native-flexbox