gpt4 book ai didi

antd - 多行antd警报说明

转载 作者:行者123 更新时间:2023-12-03 23:56:49 25 4
gpt4 key购买 nike

有没有办法让多行警报描述也包含 HTML(即 <code> 标签)

似乎描述被转义了,所以任何标记或 \n字面呈现,例如 https://codepen.io/anon/pen/awzNzP?editors=001 .

最佳答案

好的,我想通了。我没有注意到 description属性可以是 ReactNode ,所以你可以这样做

descriptionElement = (
<code>
Line 1
<br />
Line 2
</code>
)
<Alert message='test' type='info' description={descriptionElement} />

Running version

关于antd - 多行antd警报说明,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44362606/

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