react-stickynode - 网页即时贴组件


BSD
跨平台
JavaScript

软件简介

react-stickynode 是一个使用 React
进行设计的网页即时贴组件。

示例代码:

var Sticky = require('react-stickynode');
<Sticky top='#header' bottomBoundary='#content'>
    <YourComponent/>
</Sticky>