mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-03 16:07:24 +00:00
372 B
372 B
order, title
| order | title | ||||
|---|---|---|---|---|---|
| 1 |
|
zh-CN
可以获得是否固定的状态。
en-US
Callback with affixed state.
import { Affix, Button } from 'antd';
ReactDOM.render(
<Affix offsetTop={120} onChange={affixed => console.log(affixed)}>
<Button>120px to affix top</Button>
</Affix>,
mountNode,
);