gpt4 book ai didi

javascript - 语义 UI React 项目图像作为链接

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:41:46 26 4
gpt4 key购买 nike

我正在使用 Item(语义 UI React),我想将图像设置为链接。但是如何引用链接 URL?

<Item>
<Item.Image src={this.props.fileUrl} size='tiny' as='a' />
<Item.Content>
</Item.Content>
</Item>

如果我将 Item.Image 包装在一个 a 容器中,填充就会变得困惑...

最佳答案

你走对了路,你需要使用 SUIR 的增强,所有非 Item.Image Prop 都将被绕过:

<Item.Image
as='a'
href='http://example.com'
src={this.props.fileUrl}
size='tiny'
/>

关于javascript - 语义 UI React 项目图像作为链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43412778/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com