gpt4 book ai didi

javascript - 在 Semantic-UI-React 中暂时禁用粘性的方法?

转载 作者:行者123 更新时间:2023-11-30 21:12:02 25 4
gpt4 key购买 nike

我在 sticky document 中找不到像 isActive 这样的 Prop 可以像react-sticky一样轻松禁用粘性.是否可以在 Semantic-UI-React sticky 中做到这一点?我试过在 Sticky 中将 context prop 设置为 null,但滚动时它仍然是粘性的。

粘性代码:

export default class StickyAdjacentContextExample extends Component {
state = {}
handleContextRef = contextRef => this.setState({ contextRef })

render() {
const { contextRef } = this.state

return (
<div ref={this.handleContextRef}>
<Sticky context={contextRef}>
<Header as='h3'>Stuck Content</Header>
<Image src='/assets/images/wireframe/image.png' />
</Sticky>
</div>

)
}
}

最佳答案

Sticky 组件的 active Prop 可从 0.73.1 获得。 .

关于javascript - 在 Semantic-UI-React 中暂时禁用粘性的方法?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46036163/

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