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