- 授权协议: BSD
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/yahoo/react-stickynode
- 软件文档: https://github.com/yahoo/react-stickynode
软件介绍
react-stickynode 是一个使用 React 进行设计的网页即时贴组件。
示例代码:
var Sticky = require('react-stickynode');
<Sticky top='#header' bottomBoundary='#content'>
<YourComponent/>
</Sticky>
