gpt4 book ai didi

javascript - 使用 React JSX 设置的可选属性

转载 作者:数据小太阳 更新时间:2023-10-29 04:05:11 25 4
gpt4 key购买 nike

<分区>

我正准备使用 React 制作我的下一个页面,但我找不到如何将可配置的属性集放入组件中,例如:

<ProgressBar active now={current} max={total}/>

仅当 current == total 时,我才想在 ProgressBar 中添加 active 属性。

我该怎么做?

有没有一种简单的方法可以在 activestripped 这两个选项之间切换?像这样:

<ProgressBar {current==total ? stripped : active} now={current} max={total}/>

除了创建一个属性对象并传播它{...props}

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