Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为每个添加描述的适当方法是什么?目前我正在添加一个 div,但我无法看到文本。
使用带有标签 prop 的 Image 组件,并将 isBgImage 设置为 true。
<Slide index={i}> <Image tag='div' isBgImage src={someSrc} > <div className={descriptionClass}>Your description here</div> </Image> </Slide>