react-stickynode 是一个使用 React 进行设计的网页即时贴组件。
示例代码:
var Sticky = require('react-stickynode'); <Sticky top='#header' bottomBoundary='#content'> <YourComponent/> </Sticky>