简体   繁体   中英

how to add a circled image Reactjs

因为我是Reactjs的新手,所以我想添加一个我可以使用的图像,但是如果有人可以帮助我提供使用它的示例,我不知道如何圈出它。

您可以将CSS与border-radius一起使用

<img src='url' style={{ borderRadius: '50%'}} />

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM